Click or drag to resize

InfoWarningErrorMessageControllerShowMessageFormatted Method

Shows a formatted informational message.

Namespace: Altaxo.Gui.Main.Services
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 composite format string.
caption  String
The dialog caption.
formatitems  Object
The format arguments.
See Also