C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / DropDownFormAlignmentEnum Enumeration

DropDownFormAlignmentEnum Enumeration
Syntax
'Declaration
 
Public Enum DropDownFormAlignmentEnum 
   Inherits System.Enum
 
Members
MemberDescription
CenterCenter alignment.
DefaultIn a C1DropDownControl, the alignment of the dropdown form is determined by the C1DropDownControl.DropDownAlign property of the drop down form.
LeftLeft alignment.
RightRight alignment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.DropDownFormAlignmentEnum

See Also