FarPoint.Win
ListAlignment Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : ListAlignment Enumeration


Specifies which side of the combo box the drop-down list is aligned to.

Syntax

Visual Basic (Declaration) 
Public Enum ListAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ListAlignment
C# 
public enum ListAlignment : Enum 

Members

MemberDescription
Left Aligns the drop-down list to the left
Right Aligns the drop-down list to the right

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.ListAlignment

See Also