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




Custom System.Windows.Forms.ToolStripMenuItem which allows selecting a rows/colums.

Object Model

LayoutSelectorToolStripMenuItem Class

Syntax

Visual Basic (Declaration) 
Public Class LayoutSelectorToolStripMenuItem 
   Inherits System.Windows.Forms.ToolStripMenuItem
   Implements IComponentIDisposableIDropTarget 
Visual Basic (Usage)Copy Code
Dim instance As LayoutSelectorToolStripMenuItem
C# 
public class LayoutSelectorToolStripMenuItem : System.Windows.Forms.ToolStripMenuItem, IComponentIDisposableIDropTarget  
Managed Extensions for C++ 
public __gc class LayoutSelectorToolStripMenuItem : public System.Windows.Forms.ToolStripMenuItem, IComponentIDisposableIDropTarget  
C++/CLI 
public ref class LayoutSelectorToolStripMenuItem : 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.LayoutSelectorToolStripMenuItem

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