LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

DisplayMode Property (ImageListView)







Gets or sets the display mode for the ImageListView.
Syntax
public ListMode DisplayMode {get; set;}
'Declaration
 
Public Property DisplayMode As ListMode
'Usage
 
Dim instance As ImageListView
Dim value As ListMode
 
instance.DisplayMode = value
 
value = instance.DisplayMode
public ListMode DisplayMode {get; set;}
 get_DisplayMode();
set_DisplayMode(value);
public: __property ListMode get_DisplayMode();
public: __property void set_DisplayMode( 
   ListMode value
);
public:
property ListMode DisplayMode {
   ListMode get();
   void set (    ListMode value);
}

Property Value

The ListMode value that represents the display mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListView Class
ImageListView Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.