Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class / OpenSubmenu Method
True - opens all the tree of menu. False - opens only the current submenu.

In This Topic
    OpenSubmenu Method
    In This Topic
    Opens a submenu for linked C1CommandMenu.
    Syntax
    'Declaration
     
    
    Public Sub OpenSubmenu( _
       Optional ByVal allTree As Boolean _
    ) 
    public void OpenSubmenu( 
       bool allTree
    )

    Parameters

    allTree
    True - opens all the tree of menu. False - opens only the current submenu.
    Remarks
    Opens a submenu, if the linked command is of C1CommandMenu type. Otherwise, does nothing.
    See Also