Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / PreferredHeight Property


In This Topic
PreferredHeight Property (GcMask)
In This Topic
Gets the preferred height.
Syntax
'Declaration
 
Public ReadOnly Property PreferredHeight As Integer
 
'Usage
 
Dim instance As GcMask
Dim value As Integer
 
value = instance.PreferredHeight

Property Value

An int value indicates preferred height of the control.
Remarks
This property just as the Height of GrapeCity.Win.Forms.Control.PreferredSize property.
See Also