IWinComboBoxwExtendedUI Property |
By default, the F4 key opens or closes the list and the DOWN ARROW 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.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool wExtendedUI { get; }
ReadOnly Property wExtendedUI As Boolean
Get
Dim instance As IWinComboBox
Dim value As Boolean
value = instance.wExtendedUI
property bool wExtendedUI {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also