Intersoft ClientUI Documentation
ItemImageHeight Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXComboBox Class : ItemImageHeight Property






Gets or sets the item's height of the image.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Item Settings")>
Public Property ItemImageHeight As Double
Visual Basic (Usage)Copy Code
Dim instance As UXComboBox
Dim value As Double
 
instance.ItemImageHeight = value
 
value = instance.ItemImageHeight
C# 
[CategoryAttribute("Item Settings")]
public double ItemImageHeight {get; set;}
Delphi 
public read-write property ItemImageHeight: Double; 
JScript 
CategoryAttribute("Item Settings")
public function get,set ItemImageHeight : double
Managed Extensions for C++ 
[CategoryAttribute("Item Settings")]
public: __property double get_ItemImageHeight();
public: __property void set_ItemImageHeight( 
   double value
);
C++/CLI 
[CategoryAttribute("Item Settings")]
public:
property double ItemImageHeight {
   double get();
   void set (    double value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.