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