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 > ImageListView Class : DisplayMode Property




Gets or sets the display mode for the ImageListView.

Syntax

Visual Basic (Declaration) 
Public Property DisplayMode As ListMode
Visual Basic (Usage)Copy Code
Dim instance As ImageListView
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

The ListMode value that represents the display mode.

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