Click or drag to resize

MessageServiceShowMessageFormatted(String, String, Object) Method

Shows a formatted informational message with a custom caption.

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