MessageServiceShowMessageFormatted(String, String, Object) Method |
Shows a formatted informational message with a custom caption.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ShowMessageFormatted(
string caption,
string formatstring,
params Object[] formatitems
)
Parameters
- caption String
- The dialog caption.
- formatstring String
- The resource or format string.
- formatitems Object
- The format arguments.
See Also