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
Message
Box Method
Shows a message box with a question to be answered either yes or no.
Namespace:
Altaxo.Main.Services
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
abstract
bool
YesNoMessageBox
(
string
txt
,
string
caption
,
bool
defaultanswer
)
Parameters
txt
String
The question text.
caption
String
The caption of the dialog box.
defaultanswer
Boolean
If true, the default answer is "yes", otherwise "no".
Return Value
Boolean
True if the user answered with Yes, otherwise false.
Implements
IGuiFactoryService
YesNoMessageBox(String, String, 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