ComponentOne Input for WinForms
DropDownFormAlignmentEnum Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : DropDownFormAlignmentEnum Enumeration
Used by DropDownForm.DropDownAlign and C1DropDownControl.DropDownFormAlign properties.
Syntax
'Declaration
 
Public Enum DropDownFormAlignmentEnum 
   Inherits System.Enum
public enum DropDownFormAlignmentEnum : 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

Reference

C1.Win.C1Input Namespace