ListOffset Property (FpCombo)
Gets or sets the number of pixels to offset the list from the aligned edge of the control.
public int ListOffset {get; set;}
'Declaration
Public Property ListOffset As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.ListOffset = value
value = instance.ListOffset