Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ListBorderStyle Property


In This Topic
    ListBorderStyle Property
    In This Topic
    Gets or sets the type of border style for the drop-down list.
    Syntax
    'Declaration
     
    
    Public Property ListBorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As BorderStyle
     
    instance.ListBorderStyle = value
     
    value = instance.ListBorderStyle
    public BorderStyle ListBorderStyle {get; set;}
    See Also