ComponentOne Menu for WPF
C1.WPF.Menu Namespace / C1Menu Class / AutoClose Property

In This Topic
    AutoClose Property
    In This Topic
    Gets or sets a value indicating if the menu will auto close when the user clicks outside of it.
    Syntax
    'Declaration
     
    
    Public Property AutoClose As Boolean
    public bool AutoClose {get; set;}
    See Also