Description
Use this property to determine the interface mode of the combo box. By default, the F4 key opens or closes the list and the down arrow key changes the current selection. In a combo box with the extended user interface, the F4 key is disabled and pressing the down arrow key opens the drop down list.
Declaration
TestObj.wExtendedUI
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
True, if the extended user interface is applied and False otherwise.
Example
To view an example that demonstrates how to use the wExtendedUI
property, see Working With Drop-Down Lists.