C1.Win.Input Namespace / UpDownButtonAlignment Enumeration

UpDownButtonAlignment Enumeration
Specifies alignment of spin button of a control.
Syntax
'Declaration
 
Public Enum UpDownButtonAlignment 
   Inherits 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