Click or drag to resize

IGuiFactoryServiceInfoMessageBox(String) Method

Shows an information message box.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void InfoMessageBox(
	string errortxt
)

Parameters

errortxt  String
The information text.
See Also