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

Displays a message box in front of the specified object and with the specified text.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static DialogResult Show(
	Object owner,
	string text
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
Public Shared Function Show ( _
	owner As Object, _
	text As String _
) As DialogResult
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
public:
static DialogResult Show(
	Object^ owner, 
	String^ text
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member Show : 
        owner:Object * 
        text:string -> DialogResult 
JScript
public static function Show(
	owner : Object, 
	text : String
) : DialogResult

Parameters

owner
Type: System..::..Object

[Missing <param name="owner"/> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.Show(System.Object,System.String)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:Tools.WindowsT.IndependentT.MessageBox.Show(System.Object,System.String)"]

Return Value

One of the DialogResult values.

Remarks

Exceptions

ExceptionCondition
System.Reflection..::..TargetInvocationExceptionThere was an error working working with customized static properties such as DefaultImplementation or message box implementation failed.

See Also

Collapse/expand Version History

1.5.3