[This is preliminary documentation and is subject to change.]
Displays modal message box with formated prompt
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Shared Function ModalF_Pa ( _
Prompt As String, _
ParamArray arguments As Object() _
) As DialogResult |
Parameters
- Prompt
- Type: System..::..String
Format string for promt to be shown to user
- arguments
- Type: array<System..::..Object>[]()[][]
Formating arguments for prompt. Arguments are placed in place of placeholders in Prompt using the String function.
Return Value
Indicates button clicked by user
See Also