The members of System.Web.UI.Design.DesignerRegion are listed below.
See Also: Inherited members from System.Web.UI.Design.DesignerObject
Initializes a new instance of the System.Web.UI.Design.DesignerRegion class with the specified name for a control designer. | ||
Initializes a new instance of the System.Web.UI.Design.DesignerRegion class with the specified name for a control designer, optionally setting the instance as a selectable region in the designer. |
static readonly | DesignerRegionAttributeName | string (null).
Defines the HTML attribute name for a designer region. |
Description | string.
Gets or sets the description for a designer region. | |
DisplayName | string.
Gets or sets the friendly display name for a designer region. | |
EnsureSize | bool.
Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host. | |
Highlight | bool.
Gets or sets a value indicating whether to highlight the designer region on the design surface. | |
Selectable | bool.
Gets or sets a value indicating whether the designer region can be selected by the user on the design surface. | |
Selected | bool.
Gets or sets a value indicating whether the designer region is currently selected on the design surface. | |
UserData | object.
Gets or sets optional user data to associate with the designer region. |
GetBounds()
|