ComponentOne Ribbon for WinForms
DropDownAlignment Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : DropDownAlignment Enumeration
Alignment of the drop-down portion of RibbonDropDownBase.
Syntax
'Declaration
 
Public Enum DropDownAlignment 
   Inherits System.Enum
public enum DropDownAlignment : System.Enum 
Members
MemberDescription
CenterThe popup form is centered.
DefaultUse the default alignment rules for the given element.
LeftThe popup form is aligned by its left side.
RightThe popup form is aligned by its right side.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Ribbon.DropDownAlignment

See Also

Reference

C1.Win.C1Ribbon Namespace