Represents a UI plugin that extends the GUI
of the hosting application at run-time.
OnDisplayConfigurationPage |
Allows the UI plugin to add its own custom config pages. |
OnDisplayContextMenu |
Allows the UI plugin to add its own custom context menus. |
OnInitializeToolbar |
Allows the UI plugin to configure a custom toolbar. |
OnShutdown |
Shuts down the UI plugin. |
OnStartup |
Initializes the UI plugin. |
IAgUiPlugin interface must be implemented by
User Interface plugins. The interface implements methods that are
invoked by the hosting environment. The hosting environment calls
these methods to start/stop the plugin, initialize the custom
toolbars, create context menus, etc.