LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CustomToolStripMenuItem Class
See Also  Members  
Leadtools.Medical.Workstation.UI Namespace : CustomToolStripMenuItem Class




A custom System.Windows.Forms.ToolStripMenuItem used in the WorkstationViewer toolbar.

Object Model

CustomToolStripMenuItem Class

Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class CustomToolStripMenuItem 
   Inherits System.Windows.Forms.ToolStripMenuItem
   Implements IComponentIDisposableIDropTarget 
Visual Basic (Usage)Copy Code
Dim instance As CustomToolStripMenuItem
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class CustomToolStripMenuItem : System.Windows.Forms.ToolStripMenuItem, IComponentIDisposableIDropTarget  
Managed Extensions for C++ 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class CustomToolStripMenuItem : public System.Windows.Forms.ToolStripMenuItem, IComponentIDisposableIDropTarget  
C++/CLI 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.ComponentModel.Design.ComponentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public ref class CustomToolStripMenuItem : public System.Windows.Forms.ToolStripMenuItem, IComponentIDisposableIDropTarget  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.ToolStripItem
            System.Windows.Forms.ToolStripDropDownItem
               System.Windows.Forms.ToolStripMenuItem
                  Leadtools.Medical.Workstation.UI.CustomToolStripMenuItem

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also