Ribbon for WinForms | ComponentOne
C1.Win.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
    public DropDownAlignment DropDownAlign {get; set;}
    See Also