CreateUserWizardDesigner Class

Note: This class is new in the .NET Framework version 2.0.

Extends design-time behavior for the CreateUserWizard Web server control.

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)

public ref class CreateUserWizardDesigner : public WizardDesigner
public class CreateUserWizardDesigner extends WizardDesigner
public class CreateUserWizardDesigner extends WizardDesigner

Extend the CreateUserWizardDesigner class if you want to create a designer for a class that extends the CreateUserWizard Web server control.

The following code example shows how to extend the CreateUserWizardDesigner class and display debugging information on the design surface in case of an error.

No code example is currently available or this language may not be supported.

The following code example shows how to associate a control class with the designer defined in the preceding example.

No code example is currently available or this language may not be supported.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0
Show: