Click or drag to resize

MessageServiceShowCustomDialog(String, String, String) Method

Shows a custom dialog.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Int32
The number of the button that was clicked.
See Also