Click or drag to resize

IIntegerAndComboBoxViewIntegerLabel_Initialize Method

Initializes the label for the integer editor.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void IntegerLabel_Initialize(
	string text
)

Parameters

text  String
The integer label text.
See Also