Click or drag to resize

MessageServiceShowInputBox Method

Shows an input box.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string ShowInputBox(
	string caption,
	string dialogText,
	string defaultValue
)

Parameters

caption  String
The caption of the input box.
dialogText  String
The prompt text.
defaultValue  String
The default input value.

Return Value

String
The entered text.
See Also