Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Services
GUIFactoryService Class
GUIFactoryService Methods
ErrorMessageBox Method
ExecuteAsUserCancellable Method
FindAndAttachControlTo Method
FindAndAttachControlUsingGuiTemplate Method
GetController Method
GetControllerAndControl Method
GetDescription Method
GetNewClipboardDataObject Method
GetRequiredControllerAndControl<T> Method
GetScreenInformation Method
GetUserFriendlyClassName Method
GetUserFriendlyName Method
InfoMessageBox Method
InvalidateRequerySuggested Method
NewRelayCommand Method
OpenClipboardDataObject Method
RegisterRequerySuggestedHandler Method
SetClipboardDataObject Method
ShowBackgroundCancelDialog Method
ShowContextMenu Method
ShowDialog Method
ShowDialogForEnumFlag Method
ShowFolderDialog Method
ShowOpenFileDialog Method
ShowSaveFileDialog Method
ShowTaskCancelDialog Method
UnregisterRequerySuggestedHandler Method
YesNoCancelMessageBox Method
YesNoMessageBox Method
GUIFactory
Service
Yes
No
Cancel
Message
Box Method
Shows a message box with a questtion to be answered either by YES, NO, or CANCEL.
Namespace:
Altaxo.Main.Services
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
abstract
bool
?
YesNoCancelMessageBox
(
string
text
,
string
caption
,
bool
?
defaultAnswer
)
Parameters
text
String
The question text.
caption
String
The caption of the dialog box.
defaultAnswer
Nullable
Boolean
If true, the default answer is "yes", if false the default answer is "no", if null the default answer is "Cancel".
Return Value
Nullable
Boolean
True if the user answered with Yes, false if the user answered No, null if the user pressed Cancel.
Implements
IGuiFactoryService
YesNoCancelMessageBox(String, String, Nullable
Boolean
)
See Also
Reference
GUIFactoryService Class
Altaxo.Main.Services Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net