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


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

Property Value

An int value that indicates the preferred height of the control.
Remarks
This property is similar to the height of the System.Windows.Forms.Control.PreferredSize property.
See Also