This documentation is archived and is not being maintained.
TemplatedEditableDesignerRegion Class
Visual Studio 2010
Defines an editable region of content within the design-time markup for the associated control.
System::Object
System.Web.UI.Design::DesignerObject
System.Web.UI.Design::DesignerRegion
System.Web.UI.Design::EditableDesignerRegion
System.Web.UI.Design::TemplatedEditableDesignerRegion
System.Web.UI.Design.WebControls::WizardStepTemplatedEditableRegion
System.Web.UI.Design::DesignerObject
System.Web.UI.Design::DesignerRegion
System.Web.UI.Design::EditableDesignerRegion
System.Web.UI.Design::TemplatedEditableDesignerRegion
System.Web.UI.Design.WebControls::WizardStepTemplatedEditableRegion
Assembly: System.Design (in System.Design.dll)
The TemplatedEditableDesignerRegion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TemplatedEditableDesignerRegion | Initializes a new instance of the TemplatedEditableDesignerRegion class using the provided template definition. |
| Name | Description | |
|---|---|---|
![]() | Content | Gets or sets the HTML markup for the content of the region. (Inherited from EditableDesignerRegion.) |
![]() | Description | Gets or sets the description for a designer region. (Inherited from DesignerRegion.) |
![]() | Designer | Gets the associated designer component. (Inherited from DesignerObject.) |
![]() | DisplayName | Gets or sets the friendly display name for a designer region. (Inherited from DesignerRegion.) |
![]() | EnsureSize | Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host. (Inherited from DesignerRegion.) |
![]() | Highlight | Gets or sets a value indicating whether to highlight the designer region on the design surface. (Inherited from DesignerRegion.) |
![]() | IsSingleInstanceTemplate | Gets or sets whether the template occurs only once per instance of the containing control, such as a header template, or can appear many times according to available data, such as an item template. |
![]() | Name | Gets the name of the object. (Inherited from DesignerObject.) |
![]() | Properties | Gets the object's properties. (Inherited from DesignerObject.) |
![]() | Selectable | Gets or sets a value indicating whether the designer region can be selected by the user on the design surface. (Inherited from DesignerRegion.) |
![]() | Selected | Gets or sets a value indicating whether the designer region is currently selected on the design surface. (Inherited from DesignerRegion.) |
![]() | ServerControlsOnly | Gets or sets a value indicating whether the region can accept only Web server controls. (Inherited from EditableDesignerRegion.) |
![]() | SupportsDataBinding | Gets or sets a value that indicates whether the template can be bound to a data source. (Overrides EditableDesignerRegion::SupportsDataBinding.) |
![]() | TemplateDefinition | Gets a TemplateDefinition object describing the template that is referenced by the region. |
![]() | UserData | Gets or sets optional user data to associate with the designer region. (Inherited from DesignerRegion.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBounds | Retrieves the size of the designer region on the design surface. (Inherited from DesignerRegion.) |
![]() | GetChildViewRendering | Returns a ViewRendering object containing the design-time HTML markup for the given control. (Inherited from EditableDesignerRegion.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetService | Gets a service from the design host, as identified by the provided type. (Inherited from DesignerObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceProvider::GetService | For a description of this member, see IServiceProvider::GetService. (Inherited from DesignerObject.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:




