[This is preliminary documentation and is subject to change.]
Shows the dialog
Namespace: Tools.WindowsT.WPF.DialogsTAssembly: 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
See Also
Version History