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