BuildContextMenu Method


IContext Menu Creator Build Context Menu Method

Build a Context Menu.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
void BuildContextMenu(
	ContextMenu menu
)

Parameters

menu ContextMenu
Remarks

In this method, developer can add menu items to the passed in ContextMenu object. This callback will be called on every right-click in Canvas or ProjectBrowser.

See Also