InfoWarningErrorMessageControllerAskQuestion Method |
Asks the user a question.
Namespace: Altaxo.Gui.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool AskQuestion(
string question,
string? caption = null
)
Parameters
- question String
- The question text.
- caption String (Optional)
- An optional caption.
Return Value
Booleantrue if the user answered yes; otherwise,
false.
See Also