PluginDescriptionShowProgressViewerDuringExecution Property |
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.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public bool ShowProgressViewerDuringExecution { get; set; }
Public Property ShowProgressViewerDuringExecution As Boolean
Get
Set
Property Value
Type:
BooleanSee Also