Gets the Wizard control.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public Wizard Owner { get; }
Visual Basic
Public ReadOnly Property Owner As Wizard
	Get
Visual C++
public:
property Wizard^ Owner {
	Wizard^ get ();
}
F#
member Owner : Wizard with get

Property Value

Type: Wizard

See Also