Interface IContextMenuManager

  • All Known Implementing Classes:
    Home

    public interface IContextMenuManager
    Marker interface for IContextMenuManager Components. All IContextMenus that are contained in the component hierarchy will be closed when the context menu manager is notified. Other context menu managers (and their sub-trees) are excluded from the hierarchical search.

    The interface can be set on a Component or one of it's Behaviors. When an ancestor context menu manager searches for context menu's, it

    • Method Detail

      • showContextMenu

        void showContextMenu​(IContextMenu active)
      • collapseAllContextMenus

        void collapseAllContextMenus()