Owner Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Microsoft.SDK.Samples.VistaBridge.Library.TaskDialog.Owner]

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Window Owner { get; set; }
Visual Basic (Declaration)
Public Property Owner As Window
Visual C++
public:
property Window^ Owner {
	Window^ get ();
	void set (Window^ value);
}

See Also