Click or drag to resize

InfoWarningErrorMessageControllerShowWarningFormatted Method

Shows a formatted warning message.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowWarningFormatted(
	string formatstring,
	params Object[] formatitems
)

Parameters

formatstring  String
The composite format string.
formatitems  Object
The format arguments.
See Also