Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ListWidth Property


In This Topic
ListWidth Property (FpCombo)
In This Topic
Gets or sets the width of the drop-down list in the combo box.
Syntax
'Declaration
 
Public Property ListWidth As Integer
 
'Usage
 
Dim instance As FpCombo
Dim value As Integer
 
instance.ListWidth = value
 
value = instance.ListWidth
See Also