Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonSplitButton Class / DropDownAlign Property


In This Topic
    DropDownAlign Property (RibbonSplitButton)
    In This Topic
    Gets or sets the alignment of the drop-down portion relative to this component.
    Syntax
    'Declaration
     
    
    Public Property DropDownAlign As DropDownAlignment
    'Usage
     
    
    Dim instance As RibbonSplitButton
    Dim value As DropDownAlignment
     
    instance.DropDownAlign = value
     
    value = instance.DropDownAlign
    public DropDownAlignment DropDownAlign {get; set;}
    See Also