Click or drag to resize

TextValueInputController Constructor

Initializes a new instance of the TextValueInputController class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextValueInputController(
	string initialcontents,
	string description
)

Parameters

initialcontents  String
The initial text shown in the view.
description  String
The descriptive caption text.
See Also