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

Displays modal message box with given prompt

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

Syntax

C#
public static DialogResult Modal_P(
	string Prompt
)
Visual Basic
Public Shared Function Modal_P ( _
	Prompt As String _
) As DialogResult
Visual C++
public:
static DialogResult Modal_P(
	String^ Prompt
)
F#
static member Modal_P : 
        Prompt:string -> DialogResult 
JScript
public static function Modal_P(
	Prompt : String
) : DialogResult

Parameters

Prompt
Type: System..::..String
Prompt to be shown

Return Value

Indicates button clicked by user

See Also