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