ImageWidth Property (GcComboBox)
Gets ore sets the width of image of this control.
public int ImageWidth {get; set;}
'Declaration
Public Property ImageWidth As Integer
'Usage
Dim instance As GcComboBox
Dim value As Integer
instance.ImageWidth = value
value = instance.ImageWidth
Property Value
A
System.Int32 value indicates the width of image area.
The default is 16.