Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AutoHeight Property


In This Topic
AutoHeight Property (SuperEditBase)
In This Topic
Gets or sets whether the control resizes itself based on the font.
Syntax
'Declaration
 
Public Overridable Property AutoHeight As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.AutoHeight = value
 
value = instance.AutoHeight
See Also