WizardStepEditableRegion Members
.NET Framework 2.0
Defines an editable region of content within the design-time markup of a wizard step for a WizardDesigner object.
The following tables list the members exposed by the WizardStepEditableRegion type.
| Name | Description | |
|---|---|---|
| WizardStepEditableRegion | Initializes a new instance of the WizardStepEditableRegion class using the given designer and step. |
| 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.) |
| 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.) |
| Step | Gets the associated design-time wizard step. |
| SupportsDataBinding | Gets or sets a value indicating whether the region can be bound to a data source.(Inherited from EditableDesignerRegion.) |
| UserData | Gets or sets optional user data to associate with the designer region.(Inherited from DesignerRegion.) |
(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. (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. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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.) |
Show: