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