InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / DropDownAlignment Enumeration

In This Topic
    DropDownAlignment Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum DropDownAlignment 
       Inherits System.Enum
    public enum DropDownAlignment : System.Enum 
    Members
    MemberDescription
    Center 
    Default 
    Left 
    Right 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.DropDownAlignment

    See Also