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




Values used to determing the display of an ImageListBox

Syntax

Visual Basic (Declaration) 
Public Enum ImageBoxMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ImageBoxMode
C# 
public enum ImageBoxMode : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum ImageBoxMode : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ImageBoxMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CollapsedThe ImageListBox is Collapsed.
ExpandedThe ImageListBox is Expanded.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.UI.ImageBoxMode

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