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