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

PreferredImageItemWidth Property







Gets or sets the preferred ImageItem width.
Syntax
public int PreferredImageItemWidth {get; set;}
'Declaration
 
Public Property PreferredImageItemWidth As Integer
'Usage
 
Dim instance As ImageListBox
Dim value As Integer
 
instance.PreferredImageItemWidth = value
 
value = instance.PreferredImageItemWidth
public int PreferredImageItemWidth {get; set;}
 get_PreferredImageItemWidth();
set_PreferredImageItemWidth(value);
public: __property int get_PreferredImageItemWidth();
public: __property void set_PreferredImageItemWidth( 
   int value
);
public:
property int PreferredImageItemWidth {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that represents the preferred ImageItem width.
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

ImageListBox Class
ImageListBox Members

 

 


Products | Support | Contact Us | Copyright Notices

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