Spread Windows Forms 15.0
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
    public ListAlignment ListAlignment {get; set;}
    See Also