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