Version: 2020.1
言語: 日本語
public void DisplayMenuIfEventMatches (UIElements.EventBase evt, UIElements.IEventHandler eventHandler);

パラメーター

eventHandler The element for which the menu is displayed.
evt The event to inspect.

説明

Checks if the event triggers the display of the contextual menu. This method also displays the menu.

This is an abstract method. Each concrete implementation of the ContextualMenuManager defines the events that will display the menu.