Click or drag to resize

IGuiFactoryServiceYesNoMessageBox Method

Shows a yes/no message box.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool YesNoMessageBox(
	string txt,
	string caption,
	bool defaultanswer
)

Parameters

txt  String
The question text.
caption  String
The dialog caption.
defaultanswer  Boolean
to default to Yes; otherwise, .

Return Value

Boolean
if the user answered Yes; otherwise, .
See Also