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


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