ListWidth Property (FpCombo)
Gets or sets the width of the drop-down list in the combo box.
public int ListWidth {get; set;}
'Declaration
Public Property ListWidth As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.ListWidth = value
value = instance.ListWidth