[This is preliminary documentation and is subject to change.]
Implements Wizard<(Of <(<'T>)>)> with specific first-step control
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class Wizard<T> : Wizard where T : new(), Control, IWizardControl |
| Visual Basic |
|---|
Public Class Wizard(Of T As {New, Control, IWizardControl}) _ Inherits Wizard |
| Visual C++ |
|---|
generic<typename T> where T : gcnew(), Control, IWizardControl public ref class Wizard : public Wizard |
| F# |
|---|
type Wizard<'T when 'T : new() and Control and IWizardControl> = class inherit Wizard end |
| JScript |
|---|
|
Type Parameters
- T
- Type of control of firts step
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)