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