MessageServiceAskQuestionFormatted(String, Object) Method |
Asks the user a yes/no question using formatted text.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool AskQuestionFormatted(
string formatstring,
params Object[] formatitems
)
Parameters
- formatstring String
- The resource or format string.
- formatitems Object
- The format arguments.
Return Value
Boolean if the user answered Yes; otherwise,
.
See Also