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
ShowDialog Method
ShowDialog(Enum, String) Method
ShowDialog(IMVCAController, String) Method
ShowDialog(Object, String) Method
ShowDialog(Object[], String) Method
ShowDialog<T>(T, String, Boolean) Method
ShowDialog(IMVCAController, String, Boolean) Method
ShowDialog(Object, String, Boolean) Method
ShowDialog(Object[], String, Boolean) Method
GUIFactory
Service
Show
Dialog(Enum
, String) Method
Shows a dialog for selecting an enumeration value.
Namespace:
Altaxo.Main.Services
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
bool
ShowDialog
(
ref
Enum
arg
,
string
title
)
Parameters
arg
Enum
The enumeration value to edit.
title
String
The dialog title.
Return Value
Boolean
if the dialog was accepted; otherwise,
.
Implements
IGuiFactoryService
ShowDialog(Enum
, String)
See Also
Reference
GUIFactoryService Class
ShowDialog Overload
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