MessageServiceShowCustomDialog(String, String, String) Method |
Shows a custom dialog.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int ShowCustomDialog(
string caption,
string dialogText,
params string[] buttontexts
)
Parameters
- caption String
- The title of the dialog.
- dialogText String
- The description shown in the dialog.
- buttontexts String
- The captions of the buttons.
Return Value
Int32The number of the button that was clicked.
See Also