Click or drag to resize

IIntegerAndComboBoxViewComboBox_Initialize Method

Initializes the combo box with the available items.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void ComboBox_Initialize(
	SelectableListNodeList items,
	SelectableListNode defaultItem
)

Parameters

items  SelectableListNodeList
The available combo-box items.
defaultItem  SelectableListNode
The initially selected combo-box item.
See Also