Skin Methods |
The Skin type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HideSplash | Is called when the splash screen should be hidden. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnBeginLoadAtStartPlugIns | Is called when the first plug-in that loads at start-up is going to be loaded. | |
OnBeginLoadPlugIn | Is called when a specific plug-in is going to be loaded. | |
OnBuiltInCommandsRegistered | Is called when built-in commands are registered. | |
OnEndLoadAtStartPlugIns | Is called after all of the load at start plug-ins have been loaded. | |
OnEndLoadPlugIn | Is called after each plug-in has been loaded. | |
OnLicenseCheckCompleted | Is called when the license check is completed. | |
OnMainFrameWindowCreated | Is called when the main frame window is created. | |
ShowHelp |
Called when the "help" splash screen should be shown. Default
implementation just calls ShowSplash()
| |
ShowSplash | Is called when the splash screen should be shown. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |