[]
Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.
public bool AutoSize { get; set; }
Public Property AutoSize As Boolean
Type | Description |
---|---|
bool | A bool value indicating whether the height of the control automatically
adjusts when the font assigned to the control is changed.
|
When this property is set to true, the CharBox adjusts its width to display its entire contents.