TemplatedControlDesigner::CanEnterTemplateMode Property

 

Gets a value indicating whether or not this designer will allow the viewing or editing of templates.

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

public:
property bool CanEnterTemplateMode {
	bool get();
}

Property Value

Type: System::Boolean

true if the designer will allow the viewing or editing of templates; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: