ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1Menu
    Dim value As Boolean
     
    instance.AutoClose = value
     
    value = instance.AutoClose
    public bool AutoClose {get; set;}
    public:
    property bool AutoClose {
       bool get();
       void set (    bool value);
    }
    See Also