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

Shows the dialog

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

Syntax

C#
protected override void PerformDialog(
	bool modal,
	Object owner
)
Visual Basic
Protected Overrides Sub PerformDialog ( _
	modal As Boolean, _
	owner As Object _
)
Visual C++
protected:
virtual void PerformDialog(
	bool modal, 
	Object^ owner
) override
F#
abstract PerformDialog : 
        modal:bool * 
        owner:Object -> unit 
override PerformDialog : 
        modal:bool * 
        owner:Object -> unit 
JScript
protected override function PerformDialog(
	modal : boolean, 
	owner : Object
)

Parameters

modal
Type: System..::..Boolean

[Missing <param name="modal"/> documentation for "M:Tools.WindowsT.WPF.DialogsT.MessageBox.PerformDialog(System.Boolean,System.Object)"]

owner
Type: System..::..Object

[Missing <param name="owner"/> documentation for "M:Tools.WindowsT.WPF.DialogsT.MessageBox.PerformDialog(System.Boolean,System.Object)"]

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionState is not Created. Overriding method shall check this condition and thrown an exception if condition is vialoted.

See Also

Collapse/expand Version History

1.5.3