Click or drag to resize

TextWriterMessageServiceShowInputBox Method

Shows an input box.

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

Parameters

caption  String
The dialog caption.
dialogText  String
The text shown in the dialog.
defaultValue  String
The initial input value.

Return Value

String
The entered string.

Implements

IMessageServiceShowInputBox(String, String, String)
See Also