Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ListAlignment Property


In This Topic
ListAlignment Property (FpCombo)
In This Topic
Gets or sets which side of the control the drop-down list is aligned to.
Syntax
'Declaration
 
Public Property ListAlignment As ListAlignment
 
'Usage
 
Dim instance As FpCombo
Dim value As ListAlignment
 
instance.ListAlignment = value
 
value = instance.ListAlignment
See Also