Click or drag to resize

GUIFactoryServiceInfoMessageBox(String) Method

Shows a message box with an informational text.

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

Parameters

errortxt  String
The info text.

Implements

IGuiFactoryServiceInfoMessageBox(String)
See Also