2027 Method
Changes 5
M

UIApplication.RegisterContextMenu

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