Click or drag to resize

GUIFactoryServiceInfoMessageBox(String, String) Method

Shows a message box with an informational text.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void InfoMessageBox(
	string infotxt,
	string title
)

Parameters

infotxt  String
The info text.
title  String
The title of the message box.

Implements

IGuiFactoryServiceInfoMessageBox(String, String)
See Also