Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / ListOffset Property


In This Topic
    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