Input for WinForms | ComponentOne
C1.Win.Input Namespace / DropDownForm Class / NoHideOnItemClick Property

In This Topic
    NoHideOnItemClick Property (DropDownForm)
    In This Topic
    If true, the form will not be closed when the user clicks some item on this form or on a child form.
    Syntax
    'Declaration
     
    
    Protected Property NoHideOnItemClick As Boolean
    protected bool NoHideOnItemClick {get; set;}
    See Also