IGuiFactoryServiceInfoMessageBox(String, String) Method |
Shows an information message box with the specified title.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid InfoMessageBox(
string errortxt,
string title
)
Parameters
- errortxt String
- The information text.
- title String
- The title of the message box.
See Also