GUIFactoryServiceShowDialog(Object, String, Boolean) Method |
Shows a configuration dialog for an object.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ShowDialog(
ref Object arg,
string title,
bool showApplyButton
)
Parameters
- arg Object
- The object to configure.
If the return value is true, arg contains the configured object.
- title String
- The title of the dialog.
- showApplyButton Boolean
- If true, the Apply button is shown.
Return Value
BooleanTrue if the object was successfully configured, false otherwise.
Remarks The presumtions to get this function working are:
See Also