ControlDesigner.InTemplateMode Property

Note: This property is new in the .NET Framework version 2.0.

Gets a value indicating whether the control is in either template viewing or editing mode in the design host. The InTemplateMode property is read-only.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

protected:
property bool InTemplateMode {
	bool get ();
}
/** @property */
protected boolean get_InTemplateMode ()

protected function get InTemplateMode () : boolean

Property Value

true, if the control is in either template viewing or editing mode; otherwise, false.

A Web server control is in template mode when a read-only template is currently being viewed or an editable template is being edited in a design host such as Visual Studio 2005.

The ControlDesigner class supplies a default ViewEventHandler object to update the InTemplateMode value when the template mode changes for the associated control. Custom designers that are derived from the TemplatedControlDesigner class can override the OnTemplateModeChanged method to perform additional processing when the template editing mode changes for a control in the design host.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Show: