Spread Windows Forms 12.0 Product Documentation
ListOffset Property (FpCombo)


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

Property Value

Integer number of pixels in the offset
See Also

Reference

FpCombo Class
FpCombo Members