GUIFactoryServiceShowDialogT(T, String, Boolean) Method |
Shows a configuration dialog for any item.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool ShowDialog<T>(
ref T arg,
string title,
bool showApplyButton
)
Parameters
- arg T
- 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.
Type Parameters
- T
- The type of the object to configure.
Return Value
BooleanTrue if the object was successfully configured, false otherwise.
Implements
IGuiFactoryServiceShowDialogT(T, String, Boolean)
RemarksThe presumtions to get this function working are:
See Also