ComponentOne Input for WinForms
UpDownButtonAlignment Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : UpDownButtonAlignment Enumeration
Specifies alignment of spin button of a C1DropDownControl.
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.C1Input.UpDownButtonAlignment

See Also

Reference

C1.Win.C1Input Namespace