Click or drag to resize

IntegerAndComboBoxController Constructor

Initializes a new instance of the IntegerAndComboBoxController class

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IntegerAndComboBoxController(
	string integerLabel,
	int intMin,
	int intMax,
	int intVal,
	string comboBoxLabel,
	SelectableListNodeList items,
	int defaultItem
)

Parameters

integerLabel  String

[Missing <param name="integerLabel"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

intMin  Int32

[Missing <param name="intMin"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

intMax  Int32

[Missing <param name="intMax"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

intVal  Int32

[Missing <param name="intVal"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

comboBoxLabel  String

[Missing <param name="comboBoxLabel"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

items  SelectableListNodeList

[Missing <param name="items"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

defaultItem  Int32

[Missing <param name="defaultItem"/> documentation for "M:Altaxo.Gui.Common.IntegerAndComboBoxController.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.String,Altaxo.Collections.SelectableListNodeList,System.Int32)"]

See Also