WizardDesigner.ResetTemplate Method
.NET Framework 3.0
Resets the specified template to its default value.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected: void ResetTemplate ( String^ description, IComponent^ component, String^ templateName )
protected void ResetTemplate ( String description, IComponent component, String templateName )
protected function ResetTemplate ( description : String, component : IComponent, templateName : String )
Not applicable.
Parameters
- description
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
The Wizard control associated with this designer.
- templateName
The name of the template to reset.
Community Additions
ADD
Show: