Click or drag to resize
PluginDescription Properties

The PluginDescription type exposes the following members.

Properties
  NameDescription
Public propertyAutoSubscribedEvents
Gets the list of designer events the plugin subscribes to
Public propertyBuild
Gets / sets build
Public propertyDescription
Gets / sets description
Public propertyExecutionCursor
Gets / sets the executionCursor, the cursor to show while the plugin is executing. Default is Cursors.WaitCursor.
Public propertyId
Gets or sets the id
Public propertyLogExecutionFeedback
Gets / sets LogExecutionFeedback. This flag, true by default, controls whether LLBLGen Pro logs lines in the application output that the plugin was executed.
Public propertyName
Gets / sets name
Public propertyRequiresProjectBackup
Gets / sets RequiresProjectBackup. This flag, true by default, controls plug-in developers if a backup of the project file is really necessary.
Public propertyShowProgressViewerDuringExecution
Gets / sets showProgressViewerDuringExecution. Set to true to have a progress viewer window. It's recommended this setting is set to true. If set to false, the user has no idea what the progress of the plugin is. Default is true.
Public propertySuppressCatalogExplorerRedraw
Gets / sets suppressCatalogExplorerRedraw. Set to true if you want to process a lot of objects which fire a lot of changed events, which will make the catalog explorer to redraw itself a lot. If this setting is set to true, the catalog explorer is reset prior to the plugin run, and refreshed after the plugin run. Default is false.
Public propertySuppressProjectExplorerRedraw
Gets / sets suppressProjectExplorerRedraw. Set to true if you want to process a lot of objects which fire a lot of changed events, which will make the project explorer to redraw itself a lot. If this setting is set to true, the project explorer is reset prior to the plugin run, and refreshed after the plugin run. Default is false.
Public propertyTargetType
Gets / sets targetType
Public propertyTypeOfPlugin
Gets / sets typeOfPlugin
Public propertyVendor
Gets / sets vendor
Public propertyVersion
Gets / sets version
Top
See Also