Spread Windows Forms 12.0 Product Documentation
ListControl Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : ListControl Property
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;}

Property Value

ListBox object containing the drop-down list box control
Remarks

This allows you to use a list box different from the default list box control that is supplied.

This property is available at run time only.

See Also

Reference

FpCombo Class
FpCombo Members