IIntegerAndComboBoxViewComboBox_Initialize Method |
Initializes the combo box with the available items.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid ComboBox_Initialize(
SelectableListNodeList items,
SelectableListNode defaultItem
)
Parameters
- items SelectableListNodeList
- The available combo-box items.
- defaultItem SelectableListNode
- The initially selected combo-box item.
See Also