UIApplication.RegisterContextMenu
Description:
Adds a new context menu creator.
Adds a new context menu creator.
Remarks:
For details about the use of IContextMenuCreator, see IContextMenuCreator.
For details about the use of IContextMenuCreator, see IContextMenuCreator.
public void RegisterContextMenu(
string fullClassName,
IContextMenuCreator creator
)
-
StringfullClassNameFullClassName of the application.
-
creatorYour add-in's implementation of the IContextMenuCreator interface.