Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDown Class / Height Property


In This Topic
    Height Property (ComboDropDown)
    In This Topic
    Gets or sets the height of drop down.
    Syntax
    'Declaration
     
    
    Public Property Height As Integer
    'Usage
     
    
    Dim instance As ComboDropDown
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}

    Property Value

    The height of drop down.
    Exceptions
    ExceptionDescription
    value is less than zero.
    See Also