Click or drag to resize

IntegerValueInputController(Int32, String) Constructor

Initializes a new instance of the IntegerValueInputController class.

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

Parameters

initialcontents  Int32
The initial value.
description  String
The description text.
See Also