ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Boolean
    protected System.bool NoHideOnItemClick {get; set;}
    See Also