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