Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ButtonAlign Property


In This Topic
    ButtonAlign Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets where the buttons are displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property ButtonAlign As ButtonAlign
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As ButtonAlign
     
    instance.ButtonAlign = value
     
    value = instance.ButtonAlign
    public ButtonAlign ButtonAlign {get; set;}
    See Also