Initialize the component for the wizard.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public virtual void SetOwner( Wizard wizard ) |
Visual Basic |
---|
Public Overridable Sub SetOwner ( wizard As Wizard ) |
Visual C++ |
---|
public: virtual void SetOwner( Wizard^ wizard ) |
F# |
---|
abstract SetOwner : wizard : Wizard -> unit override SetOwner : wizard : Wizard -> unit |
Parameters
- wizard
- Type: System.Extensions.Windows.Forms..::..Wizard
The owning wizard of this page.