Click or drag to resize

IIntegerAndComboBoxViewComboBoxLabel_Initialize Method

Initializes the label for the combo box.

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

Parameters

text  String
The combo-box label text.
See Also