Click or drag to resize

IGuiFactoryServiceInfoMessageBox(String, String) Method

Shows an information message box with the specified title.

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

Parameters

errortxt  String
The information text.
title  String
The title of the message box.
See Also