ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / AutoOpen Property

In This Topic
    AutoOpen Property (IComboBox)
    In This Topic
    Gets or sets a value indicating whether to open the drop down control when the control receives the focus.
    Syntax
    'Declaration
     
    
    Property AutoOpen As Boolean
    bool AutoOpen {get; set;}
    See Also