Share

IContextMenuCreator.BuildContextMenu Method

Build a Context Menu.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

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

Reference

Was this information helpful?