[This is preliminary documentation and is subject to change.]
Wizard form
Namespace: Tools.WindowsT.FormsTAssembly: 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
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
Tools.WindowsT.FormsT..::..Wizard
Tools.WindowsT.FormsT..::..Wizard<(Of <(<'T>)>)>
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
Tools.WindowsT.FormsT..::..Wizard
Tools.WindowsT.FormsT..::..Wizard<(Of <(<'T>)>)>
See Also
Version History
1.5.2
- (Nightly) Class moved from experimental (namespace Tools.Experimental.GUI)