Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / DropDownLines Property


In This Topic
    DropDownLines Property (FormatControlCommand)
    In This Topic
    Gets or sets the number of list lines displayed in the drop-down portion of a combo box.
    Syntax
    'Declaration
     
    
    Public Property DropDownLines As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of Integer)
     
    instance.DropDownLines = value
     
    value = instance.DropDownLines
    public Nullable<int> DropDownLines {get; set;}
    See Also