ToolsAPI.WelcomePage.INTAWelcomePagePluginService Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
CreateCaptionFrame | public | creates a new instance for a view with caption frame. |
CreateListViewFrame | public | creates a new instance for a view with a ListView frame |
CreatePlugin | public | creates a registered plugin in the Welcome Page Service. |
DestroyPlugin | public | destroys the registered plugin in the Welcome Page Service. |
GetPluginByID | public | returns the registered plugin interface by ID. |
GetPluginByIndex | public | returns the registered plugin interface by Index. |
GetPluginCount | public | returns the number of registered plugins. |
GetPluginIconIndex | public | gets the plugin icon Index. |
GetPluginID | public | returns the registered plugin ID by Index.
See Also |
GetPluginView | public | returns the plugin's view by Plugin ID. |
operator [] | public | |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
RegisterPluginCreator | public | registers the plugin in the Welcome Page Service. |
Release | public | Decrements the reference count for this interface. |
SetOnInitPluginsEvent | public | sets the Event to initialize plugins. |
SetOnPluginRegisteredEvent | public | sets the Event to register plugins in Welcome Page Service. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |
UnRegisterPlugin | public | destroys and unregisters plugin from Welcome Page Service. |