Intersoft ClientUI Documentation
ItemImageWidth Property (UXListBox)



Gets or sets the item's width of the image.
Syntax
<CategoryAttribute("Item Settings")>
Public Property ItemImageWidth As Double
Dim instance As UXListBox
Dim value As Double
 
instance.ItemImageWidth = value
 
value = instance.ItemImageWidth
[CategoryAttribute("Item Settings")]
public double ItemImageWidth {get; set;}
[CategoryAttribute("Item Settings")]
public:
property double ItemImageWidth {
   double get();
   void set (    double value);
}
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

UXListBox Class
UXListBox Members

Send Feedback