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