[This is preliminary documentation and is subject to change.]
Displays modal message box with formated prompt, given title and icon
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static DialogResult ModalF_PTIa( string Prompt, string Title, MessageBox..::..MessageBoxIcons Icon, params Object[] arguments ) |
| Visual Basic |
|---|
Public Shared Function ModalF_PTIa ( _ Prompt As String, _ Title As String, _ Icon As MessageBox..::..MessageBoxIcons, _ ParamArray arguments As Object() _ ) As DialogResult |
| Visual C++ |
|---|
public: static DialogResult ModalF_PTIa( String^ Prompt, String^ Title, MessageBox..::..MessageBoxIcons Icon, ... array<Object^>^ arguments ) |
| F# |
|---|
static member ModalF_PTIa : Prompt:string * Title:string * Icon:MessageBox..::..MessageBoxIcons * arguments:Object[] -> DialogResult |
| JScript |
|---|
public static function ModalF_PTIa( Prompt : String, Title : String, Icon : MessageBox..::..MessageBoxIcons, ... arguments : Object[] ) : DialogResult |
Parameters
- Prompt
- Type: System..::..String
Format string for promt to be shown to user
- Title
- Type: System..::..String
Message box title
- Icon
- Type: Tools.WindowsT.IndependentT..::..MessageBox..::..MessageBoxIcons
Defines one of predefined icons to show to user. Actual image is obtained via GetIconDelegate. Some icons are associated with sound (GetAssociatedSound(MessageBox..::..MessageBoxIcons)).
- arguments
- Type: array<System..::..Object>[]()[][]
Formating arguments for prompt. Arguments are placed in place of placeholders in Prompt using the String function.