AutoSize Property (GcComboBox)
public override bool AutoSize {get; set;}
'Declaration
Public Overrides Property AutoSize As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.AutoSize = value
value = instance.AutoSize
Property Value
A
bool value,
true if this control can adjust its size according to its contents, otherwise,
false.
The default is
false.