WizardDesigner.ResetTemplate(String, IComponent, String) Method

Definition

Resets the specified template to its default value.

protected:
 void ResetTemplate(System::String ^ description, System::ComponentModel::IComponent ^ component, System::String ^ templateName);
protected void ResetTemplate (string description, System.ComponentModel.IComponent component, string templateName);
member this.ResetTemplate : string * System.ComponentModel.IComponent * string -> unit
Protected Sub ResetTemplate (description As String, component As IComponent, templateName As String)

Parameters

description
String

A description of the effect of allowing the transaction to complete, which is used by the design host to give the user an opportunity to cancel the operation.

component
IComponent

The Wizard control associated with this designer.

templateName
String

The name of the template to reset.

Applies to

See also