CompleteWizardStep Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddedControl(Control^, Int32) | |
![]() | ApplyStyleSheetSkin(Page^) | Applies the style properties defined in the page style sheet to the control.(Inherited from Control.) |
![]() | CreateChildControls() | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.(Inherited from Control.) |
![]() | DataBind() | Binds a data source to the invoked server control and all its child controls.(Inherited from Control.) |
![]() | Dispose() | Enables a server control to perform final clean up before it is released from memory.(Inherited from Control.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FindControl(String^) | Searches the current naming container for a server control with the specified id parameter.(Inherited from Control.) |
![]() | Focus() | Sets input focus to a control.(Inherited from Control.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRouteUrl(Object^) | Gets the URL that corresponds to a set of route parameters.(Inherited from Control.) |
![]() | GetRouteUrl(RouteValueDictionary^) | Gets the URL that corresponds to a set of route parameters.(Inherited from Control.) |
![]() | GetRouteUrl(String^, Object^) | Gets the URL that corresponds to a set of route parameters and a route name.(Inherited from Control.) |
![]() | GetRouteUrl(String^, RouteValueDictionary^) | Gets the URL that corresponds to a set of route parameters and a route name.(Inherited from Control.) |
![]() | GetType() | |
![]() | GetUniqueIDRelativeTo(Control^) | |
![]() | HasControls() | Determines if the server control contains any child controls.(Inherited from Control.) |
![]() | LoadControlState(Object^) | Restores control-state information from a previous page request that was saved by the SaveControlState method.(Inherited from Control.) |
![]() | MapPathSecure(String^) | Retrieves the physical path that a virtual path, either absolute or relative, maps to.(Inherited from Control.) |
![]() | OnActivate(EventArgs^) | |
![]() | OnDeactivate(EventArgs^) | Raises the Deactivate event of the View control.(Inherited from View.) |
![]() | OnInit(EventArgs^) | |
![]() | OnLoad(EventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the OnLoad event.(Inherited from WizardStepBase.) |
![]() | OnPreRender(EventArgs^) | |
![]() | OnUnload(EventArgs^) | |
![]() | OpenFile(String^) | |
![]() | RemovedControl(Control^) | |
![]() | Render(HtmlTextWriter^) | Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.(Inherited from Control.) |
![]() | RenderChildren(HtmlTextWriter^) | Outputs the content of the WizardStepBase control's child controls to the specified HtmlTextWriter object, which writes the content to be rendered on the client.(Inherited from WizardStepBase.) |
![]() | RenderControl(HtmlTextWriter^) | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.(Inherited from Control.) |
![]() | ResolveClientUrl(String^) | Gets a URL that can be used by the browser.(Inherited from Control.) |
![]() | ResolveUrl(String^) | Converts a URL into one that is usable on the requesting client.(Inherited from Control.) |
![]() | SaveControlState() | Saves any server control state changes that have occurred since the time the page was posted back to the server.(Inherited from Control.) |
![]() | SetRenderMethodDelegate(RenderMethod^) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns an event handler delegate to render the server control and its content into its parent control.(Inherited from Control.) |
![]() | SetTraceData(Object^, Object^) | Sets trace data for design-time tracing of rendering data, using the trace data key and the trace data value.(Inherited from Control.) |
![]() | SetTraceData(Object^, Object^, Object^) | Sets trace data for design-time tracing of rendering data, using the traced object, the trace data key, and the trace data value.(Inherited from Control.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | FindDataSourceControl() | Returns the data source that is associated with the data control for the specified control.(Defined by DynamicDataExtensions.) |
![]() | FindFieldTemplate(String^) | Returns the field template for the specified column in the specified control's naming container.(Defined by DynamicDataExtensions.) |
![]() | FindMetaTable() | Returns the metatable object for the containing data control.(Defined by DynamicDataExtensions.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IControlDesignerAccessor::GetDesignModeState() | For a description of this member, see IControlDesignerAccessor::GetDesignModeState.(Inherited from Control.) |
![]() ![]() | IControlDesignerAccessor::SetDesignModeState(IDictionary^) | For a description of this member, see IControlDesignerAccessor::SetDesignModeState. (Inherited from Control.) |
![]() ![]() | IControlDesignerAccessor::SetOwnerControl(Control^) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IControlDesignerAccessor::SetOwnerControl. (Inherited from Control.) |
![]() ![]() | IParserAccessor::AddParsedSubObject(Object^) | For a description of this member, see IParserAccessor::AddParsedSubObject. (Inherited from Control.) |



