[This is preliminary documentation and is subject to change.]
Displays modal message box with formated prompt, given title and custom icon
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
Parameters
- Prompt
- Type: System..::..String
Format string for promt to be shown to user
- Title
- Type: System..::..String
Message box title
- Icon
- Type: System.Drawing..::..Image
Icon that will be shown on messagebox. Default preffered size is 64×64 px (can be changed in derived class). Icon can be null.
- 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