Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IControlFormat Interface / DropDownLines Property


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