[This is preliminary documentation and is subject to change.]

Wizard form

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DesignerGeneratedAttribute]
public class Wizard : Form
Visual Basic
<DesignerGeneratedAttribute> _
Public Class Wizard _
	Inherits Form
Visual C++
[DesignerGeneratedAttribute]
public ref class Wizard : public Form
F#
[<DesignerGeneratedAttribute>]
type Wizard =  
    class
        inherit Form
    end
JScript
public class Wizard extends Form

Remarks

Typically you implement wizard steps as Controls which implements IWizardControl. However step of wizard can be any Control. In such case you can obtain wizard as YourControl.FindForm.

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2