Click or drag to resize

MessageServiceAskQuestionFormatted(String, Object) Method

Asks the user a yes/no question using formatted text.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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