Act |
public class ActPluginData : IEquatable<ActPluginData>
The ActPluginData type exposes the following members.
| Name | Description | |
|---|---|---|
| ActPluginData | Initializes a new instance of the ActPluginData class |
| Name | Description | |
|---|---|---|
| btnXButton | The red X button that will remove the plugin from the plugins tab (raises a user dialog) | |
| cbEnabled | Checkbox that calls InitPlugin / DeInitPlugin | |
| lblPluginStatus | The status label passed to InitPlugin | |
| lblPluginTitle | The plugin label | |
| pluginFile | The file of the plugin | |
| pluginObj | Plugin instance | |
| pluginVersion | Versioning information found from the plugin | |
| pPluginInfo | The panel in the plugins tab that contains the other ACT generated UI elements | |
| tpPluginSpace | The sub-tab made for each individual plugin |