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

Gets or sets window representing message box usre interface

Namespace: Tools.WindowsT.WPF.DialogsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public Window Window { get; protected set; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public Property Window As Window
	Get
	Protected Set
Visual C++
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
public:
property Window^ Window {
	Window^ get ();
	protected: void set (Window^ value);
}
F#
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
[<BrowsableAttribute(false)>]
member Window : Window with get, set
JScript
function get Window () : Window
protected function set Window (value : Window)

Field Value

Window to represent message box user interface

Return Value

Window representing message box user interface

See Also