RVTDocs.com

UIControlledApplication.RegisterContextMenu

Method
Description:
Adds a new context menu creator.
Remarks:
For details about the use of IContextMenuCreator, see IContextMenuCreator.
Syntax
public void RegisterContextMenu(
	string fullClassName,
	IContextMenuCreator creator
)
Parameters
Parameter Type Description
fullClassName String FullClassName of the application.
creator IContextMenuCreator Your add-in's implementation of the IContextMenuCreator interface.
Return Value