Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public bool ShowProgressViewerDuringExecution { get; set; }

Property Value

Type: Boolean
See Also