Click or drag to resize

IIntegerAndComboBoxViewComboBox_Initialize Method

[Missing <summary> documentation for "M:Altaxo.Gui.Common.IIntegerAndComboBoxView.ComboBox_Initialize(Altaxo.Collections.SelectableListNodeList,Altaxo.Collections.SelectableListNode)"]


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

Parameters

items  SelectableListNodeList

[Missing <param name="items"/> documentation for "M:Altaxo.Gui.Common.IIntegerAndComboBoxView.ComboBox_Initialize(Altaxo.Collections.SelectableListNodeList,Altaxo.Collections.SelectableListNode)"]

defaultItem  SelectableListNode

[Missing <param name="defaultItem"/> documentation for "M:Altaxo.Gui.Common.IIntegerAndComboBoxView.ComboBox_Initialize(Altaxo.Collections.SelectableListNodeList,Altaxo.Collections.SelectableListNode)"]

See Also