Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ListControl Property


In This Topic
    ListControl Property (FpCombo)
    In This Topic
    Gets or sets an alternate list box control for the drop-down list in the combo box.
    Syntax
    'Declaration
     
    
    Public Property ListControl As ListBox
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As ListBox
     
    instance.ListControl = value
     
    value = instance.ListControl
    public ListBox ListControl {get; set;}
    See Also