Click or drag to resize

TextWriterMessageServiceShowMessageFormatted Method

Shows a formatted message.

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

Implements

IMessageServiceShowMessageFormatted(String, String, Object)
See Also