C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputTimePicker Class / AutoAdjustWidth Property

In This Topic
AutoAdjustWidth Property (InputTimePicker)
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
 
Remarks
Changes to the Width and Break properties will be ignored as long as AutoAdjustWidth is set to true.
See Also