Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / DropDownOptions Property


In This Topic
    DropDownOptions Property (FpCombo)
    In This Topic
    Gets or sets the drop down options
    Syntax
    'Declaration
     
    Public Property DropDownOptions As DropDownOptions
    'Usage
     
    Dim instance As FpCombo
    Dim value As DropDownOptions
     
    instance.DropDownOptions = value
     
    value = instance.DropDownOptions
    public DropDownOptions DropDownOptions {get; set;}
    See Also