Link Search Menu Expand Document

ComboBox.Value Property


The value to be displayed in the text box part of the combo box.

If the Editable property is $FALSE, you can only enter values defined in the ComboItem object of choice from the screen. If the input confirmation operation is performed while a value other than the options is being input, the input is canceled and the previous state is restored.

Scripted value settings are not affected by the InputMode property.

The input value on the screen is not reflected immediately. Refer to the Timing the Value Property Updated for more information.