Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonAlignment Enumeration

In This Topic
    UpDownButtonAlignment Enumeration
    In This Topic
    Specifies alignment of spin button of a control.
    Syntax
    'Declaration
     
    
    Public Enum UpDownButtonAlignment 
       Inherits System.Enum
    public enum UpDownButtonAlignment : System.Enum 
    Members
    MemberDescription
    DefaultVertically stacked Up and Down buttons.
    UpLeftDownRightUp button on the left and down button on the right.
    UpRightDownLeftUp button on the right and down button on the left.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.UpDownButtonAlignment

    See Also