Click or drag to resize

InfoWarningErrorMessageControllerShowMessageFormatted Method

[Missing <summary> documentation for "M:Altaxo.Gui.Main.Services.InfoWarningErrorMessageController.ShowMessageFormatted(System.String,System.String,System.Object[])"]


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

Parameters

formatstring  String

[Missing <param name="formatstring"/> documentation for "M:Altaxo.Gui.Main.Services.InfoWarningErrorMessageController.ShowMessageFormatted(System.String,System.String,System.Object[])"]

caption  String

[Missing <param name="caption"/> documentation for "M:Altaxo.Gui.Main.Services.InfoWarningErrorMessageController.ShowMessageFormatted(System.String,System.String,System.Object[])"]

formatitems  Object

[Missing <param name="formatitems"/> documentation for "M:Altaxo.Gui.Main.Services.InfoWarningErrorMessageController.ShowMessageFormatted(System.String,System.String,System.Object[])"]

See Also