Click or drag to resize

IMessageServiceShowMessageFormatted Method

Shows a formatted message.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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