TemplatedControlDesigner::InTemplateMode Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Gets a value indicating whether the designer document is in template mode.
Assembly: System.Design (in System.Design.dll)
public: [ObsoleteAttribute("The recommended alternative is System.Web.UI.Design.ControlDesigner.InTemplateMode. http://go.microsoft.com/fwlink/?linkid=14202")] property bool InTemplateMode { bool get(); }
Property Value
Type: System::Booleantrue if the designer document is in template mode; otherwise, false.
Note |
|---|
The TemplatedControlDesigner::InTemplateMode property is obsolete. Use the ControlDesigner::InTemplateMode property for equivalent control designer functionality. |
A document is in template mode when a template is currently being viewed or edited in the forms designer.
.NET Framework
Available since 1.1
Available since 1.1
Show:
