InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputSplitButton Class / NoHideOnItemClick Property

In This Topic
    NoHideOnItemClick Property (InputSplitButton)
    In This Topic
    Gets or sets a value indicating if the menu should not be closed when the user clicks some item.
    Syntax
    'Declaration
     
    Public Property NoHideOnItemClick As Boolean
    public bool NoHideOnItemClick {get; set;}
    See Also