Spread Windows Forms 12.0 Product Documentation
ListAlignment Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : ListAlignment Property
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
public ListAlignment ListAlignment {get; set;}

Property Value

ListAlignment setting that determines the alignment of the list
See Also

Reference

FpCombo Class
FpCombo Members