Simple class which tracks whether a class is in design mode or not. This is a global flag as everything is either in design mode or nothing is.
Inheritance HierarchySystemObject SD.LLBLGen.Pro.ORMSupportClassesDesignTimeTracker
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static class DesignTimeTracker
Public NotInheritable Class DesignTimeTracker
The DesignTimeTracker type exposes the following members.
Fields
| Name | Description |
---|
![Public field Public field](../icons/pubfield.gif) ![Static member Static member](../icons/static.gif) | InDesignMode |
Set through framework code when it's being used in vs.net's design time mode.
|
Top
See Also