ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownForm Class / Options Property

In This Topic
    Options Property (DropDownForm)
    In This Topic
    Determine various behavioral options of the dropdown form.
    Syntax
    'Declaration
     
    Public Property Options As DropDownFormOptionsFlags
    public DropDownFormOptionsFlags Options {get; set;}
    See Also