This documentation is archived and is not being maintained.

WizardStepTemplatedEditableRegion Members

Defines an editable region of content within the design-time markup of a template in a wizard step for a WizardDesigner.

The WizardStepTemplatedEditableRegion type exposes the following members.

  NameDescription
Public method WizardStepTemplatedEditableRegion Initializes a new instance of the WizardStepTemplatedEditableRegion class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetBounds Retrieves the size of the designer region on the design surface. (Inherited from DesignerRegion.)
Public method GetChildViewRendering Returns a ViewRendering object containing the design-time HTML markup for the given control. (Inherited from EditableDesignerRegion.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService Gets a service from the design host, as identified by the provided type. (Inherited from DesignerObject.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Content Gets or sets the HTML markup for the content of the region. (Inherited from EditableDesignerRegion.)
Public property Description Gets or sets the description for a designer region. (Inherited from DesignerRegion.)
Public property Designer Gets the associated designer component. (Inherited from DesignerObject.)
Public property DisplayName Gets or sets the friendly display name for a designer region. (Inherited from DesignerRegion.)
Public property 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.)
Public property Highlight Gets or sets a value indicating whether to highlight the designer region on the design surface. (Inherited from DesignerRegion.)
Public property 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.)
Public property Name Gets the name of the object. (Inherited from DesignerObject.)
Public property Properties Gets the object's properties. (Inherited from DesignerObject.)
Public property Selectable Gets or sets a value indicating whether the designer region can be selected by the user on the design surface. (Inherited from DesignerRegion.)
Public property Selected Gets or sets a value indicating whether the designer region is currently selected on the design surface. (Inherited from DesignerRegion.)
Public property ServerControlsOnly Gets or sets a value indicating whether the region can accept only Web server controls. (Inherited from EditableDesignerRegion.)
Public property Step Gets the associated design-time wizard step.
Public property SupportsDataBinding Gets or sets a value that indicates whether the template can be bound to a data source. (Inherited from TemplatedEditableDesignerRegion.)
Public property TemplateDefinition Gets a TemplateDefinition object describing the template that is referenced by the region. (Inherited from TemplatedEditableDesignerRegion.)
Public property UserData Gets or sets optional user data to associate with the designer region. (Inherited from DesignerRegion.)
Top

  NameDescription
Explicit interface implemetation Private method IServiceProvider::GetService For a description of this member, see IServiceProvider::GetService. (Inherited from DesignerObject.)
Top
Show: