Click or drag to resize

BasePlugin Methods

The BasePlugin type exposes the following members.

Methods
 NameDescription
Public methodDispose 
Protected methodDispose(Boolean) 
Public methodDisposeUI Disposes the given setting view.
Protected methodDoDisposeUI 
Protected methodDoShowUI Shows the specific UI embedded in the plug-in instance. The content will be wrapped by a preset view.
Protected methodDoShowUICallback Invokes the callback that can be used when the DoShowUI method is done.
Public methodInitialize Plug-in specific initialization can be done here if necessary.
Public methodShowUI Shows the specific UI embedded in the plugin instance.
Public methodShowUICallback Invokes the callback that can be used when the ShowUI method is done.
Public methodShowUICancelCallback Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
Public methodToString
(Overrides ObjectToString)
Top
See Also