IGuiFactoryServiceYesNoMessageBox Method |
Shows a yes/no message box.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool 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