Represents a single page in 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 WizardPage : Panel
Visual Basic
Public Class WizardPage
	Inherits Panel
Visual C++
public ref class WizardPage : public Panel
F#
type WizardPage =  
    class
        inherit Panel
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..Panel
            System.Extensions.Windows.Forms..::..WizardPage

See Also