A control to represent a wizard.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class Wizard : Control
Visual Basic
Public Class Wizard
	Inherits Control
Visual C++
public ref class Wizard : public Control
F#
type Wizard =  
    class
        inherit Control
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Extensions.Windows.Forms..::..Wizard

See Also