Gets the Wizard control.
Namespace: System.Extensions.Windows.FormsAssembly: 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 |