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

ItemsLayout Property







Gets or sets the value that indicates the layout style for the ImageListView.
Syntax
public ImageListViewItemLayout ItemsLayout {get; set;}
'Declaration
 
Public Property ItemsLayout As ImageListViewItemLayout
'Usage
 
Dim instance As ImageListView
Dim value As ImageListViewItemLayout
 
instance.ItemsLayout = value
 
value = instance.ItemsLayout
public ImageListViewItemLayout ItemsLayout {get; set;}
 get_ItemsLayout();
set_ItemsLayout(value);
public: __property ImageListViewItemLayout get_ItemsLayout();
public: __property void set_ItemsLayout( 
   ImageListViewItemLayout value
);
public:
property ImageListViewItemLayout ItemsLayout {
   ImageListViewItemLayout get();
   void set (    ImageListViewItemLayout value);
}

Property Value

The ImageListViewItemLayout value that represents the layout style.
Remarks
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.