IGuiFactoryServiceShowDialog(IMVCAController, String, Boolean) Method |
Shows a dialog for the specified controller and controls whether the Apply button is visible.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool ShowDialog(
IMVCAController controller,
string title,
bool showApplyButton
)
Parameters
- controller IMVCAController
- The controller to show.
- title String
- The dialog title.
- showApplyButton Boolean
- to show the Apply button; otherwise, .
Return Value
Boolean if the dialog was accepted; otherwise,
.
See Also