UIApplication.RegisterContextMenu
Method
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.
Parameters
| Parameter | Type | Description |
|---|---|---|
| fullClassName | String | FullClassName of the application. |
| creator | IContextMenuCreator | Your add-in's implementation of the IContextMenuCreator interface. |
Return Value