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




Gets or sets a ListMode flag that determines the display mode.

Syntax

Visual Basic (Declaration) 
Public Property DisplayMode As ListMode
Visual Basic (Usage)Copy Code
Dim instance As ImageListBox
Dim value As ListMode
 
instance.DisplayMode = value
 
value = instance.DisplayMode
C# 
public ListMode DisplayMode {get; set;}
Managed Extensions for C++ 
public: __property ListMode get_DisplayMode();
public: __property void set_DisplayMode( 
   ListMode value
);
C++/CLI 
public:
property ListMode DisplayMode {
   ListMode get();
   void set (    ListMode value);
}

Property Value

A ListMode value that represents the DisplayMode of the ImageListBox user control.

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