Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / PreferredHeight Property


In This Topic
    PreferredHeight Property (GcTextBox)
    In This Topic
    Gets the preferred height.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PreferredHeight As Integer
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As Integer
     
    value = instance.PreferredHeight
    public int PreferredHeight {get;}

    Property Value

    An int value that indicates the preferred height of the control.
    See Also