DoubleComboBox¶
The value type DoubleComboBox is used to create a combo box for a floating-point value input.
Syntax¶
<Parameter>
<Name>DoubleComboBoxValue</Name>
<Text>DoubleComboBox</Text>
<Value>1</Value>
<ValueList>1.0|2.0|3.0|4.0</ValueList>
<ValueType>DoubleComboBox</ValueType>
</Parameter>
Additional info about the <Value> and <ValueList> tag are shown here Value and ValueList
Example¶
The implementation of the DoubleComboBox value type is described in the example ComboBox, which is located in
…\etc\Examples\PythonParts\PaletteExamples\ComboBox.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\ComboBox.py