Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Menu Class / AutoClose Property

In This Topic
    AutoClose Property (C1Menu)
    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