AutoHeight Property (FpCombo)
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 FpCombo
Dim value As Boolean
instance.AutoHeight = value
value = instance.AutoHeight
public virtual bool AutoHeight {get; set;}
See Also