This documentation is archived and is not being maintained.
WizardStepTemplatedEditableRegion Properties
Visual Studio 2010
The WizardStepTemplatedEditableRegion type exposes the following members.
| 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. (Inherited from TemplatedEditableDesignerRegion.) |
|
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 that indicates whether the template can be bound to a data source. (Inherited from TemplatedEditableDesignerRegion.) |
|
TemplateDefinition | Gets a TemplateDefinition object describing the template that is referenced by the region. (Inherited from TemplatedEditableDesignerRegion.) |
|
UserData | Gets or sets optional user data to associate with the designer region. (Inherited from DesignerRegion.) |
Show: