Class
OracleFormsListBox class
Action
Clicks the specified list item.
Syntax
oracleFormsListBox.ClickItem(item, [button, position, modifiers])
Variable |
Description |
item |
The name or index of the list item. LISTITEM. |
button |
Optional.The button used for clicking. Valid values are: left (=1, the default value), right (=2), middle (=3). INTEGER. |
position |
Optional.The clicked position within the list. (default: center of the list item). POINT. |
modifiers |
Optional.The modifier keys (Alt, Shift and Ctrl) to press while clicking the list item. Use a modifier to click multiple list
items. Default: Don't use modifier keys. MODIFIERKEYSTATE.
|