AutoAdjustWidth Property (InputCheckBox)
In This Topic
Gets o sets a value indicates whether the width of the component should automatically align to the width of the InputPanel or not.
Syntax
'Declaration
Public Overridable Property AutoAdjustWidth As Boolean
public virtual bool AutoAdjustWidth {get; set;}
See Also