Click or drag to resize

InfoWarningErrorMessageControllerAskQuestion Method

Asks the user a question.

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool AskQuestion(
	string question,
	string? caption = null
)

Parameters

question  String
The question text.
caption  String  (Optional)
An optional caption.

Return Value

Boolean
true if the user answered yes; otherwise, false.
See Also