System.Web.UI.Design.DesignerRegion Members

The members of System.Web.UI.Design.DesignerRegion are listed below.

See Also: Inherited members from System.Web.UI.Design.DesignerObject

Public Constructors

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.

Public Fields

static readonly
DesignerRegionAttributeNamestring (null).

Defines the HTML attribute name for a designer region.

Public Properties

Descriptionstring.

Gets or sets the description for a designer region.

DisplayNamestring.

Gets or sets the friendly display name for a designer region.

EnsureSizebool.

Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host.

Highlightbool.

Gets or sets a value indicating whether to highlight the designer region on the design surface.

Selectablebool.

Gets or sets a value indicating whether the designer region can be selected by the user on the design surface.

Selectedbool.

Gets or sets a value indicating whether the designer region is currently selected on the design surface.

UserDataobject.

Gets or sets optional user data to associate with the designer region.

Public Methods

GetBounds() : System.Drawing.Rectangle

Retrieves the size of the designer region on the design surface.