DesignerRegion Members
.NET Framework 3.0
Defines a region of content within the design-time markup for the associated control.
The following tables list the members exposed by the DesignerRegion type.
| Name | Description | |
|---|---|---|
| DesignerRegion | Overloaded. Initializes a new instance of the DesignerRegion class. |
| Name | Description | |
|---|---|---|
| DesignerRegionAttributeName | Defines the HTML attribute name for a designer region. |
| Name | Description | |
|---|---|---|
| Description | Gets or sets the description for a designer region. |
| Designer | Gets the associated designer component.(inherited from DesignerObject) |
| DisplayName | Gets or sets the friendly display name for a designer region. |
| EnsureSize | Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host. |
| Highlight | Gets or sets a value indicating whether to highlight the designer region on the design surface. |
| 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. |
| Selected | Gets or sets a value indicating whether the designer region is currently selected on the design surface. |
| UserData | Gets or sets optional user data to associate with the designer region. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetBounds | Retrieves the size of the designer region on the design surface. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetService | Gets a service from the design host, as identified by the provided type. (inherited from DesignerObject) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: