PluginDescriptionSuppressProjectExplorerRedraw Property |
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.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ExtensibilityAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool SuppressProjectExplorerRedraw { get; set; }
Public Property SuppressProjectExplorerRedraw As Boolean
Get
Set
Property Value
Type:
BooleanSee Also