IntegerComboBox¶
The value type IntegerComboBox is used to create a combo box for an integer value input.
Syntax¶
<Parameter>
<Name>IntegerComboBoxValue</Name>
<Text>IntegerComboBox</Text>
<Value>1</Value>
<ValueList>1|2|3|4</ValueList>
<ValueType>IntegerComboBox</ValueType>
</Parameter>
Additional info about the <Value> and <ValueList> tag are shown here Value and ValueList
Example¶
The implementation of the IntegerComboBox value type is described in the example ComboBox, which is located in
…\etc\Examples\PythonParts\PaletteExamples\ComboBox.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\ComboBox.py