ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MenuItem Class / IsSubmenuOpen Property



In This Topic
    IsSubmenuOpen Property
    In This Topic
    Gets a value that indicates whether the submenu of the C1MenuItem is open.
    Syntax
    'Declaration
     
    
    Public Property IsSubmenuOpen As Boolean
    'Usage
     
    
    Dim instance As C1MenuItem
    Dim value As Boolean
     
    instance.IsSubmenuOpen = value
     
    value = instance.IsSubmenuOpen
    public bool IsSubmenuOpen {get; set;}
    public:
    property bool IsSubmenuOpen {
       bool get();
       void set (    bool value);
    }
    See Also