ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    public System.bool IsSubmenuOpen {get; set;}
    See Also