Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownFormBase Class / NoHideOnItemClick Property

In This Topic
    NoHideOnItemClick Property (DropDownFormBase)
    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