Class
ListBox,
ListView, and
TreeView.
Action
Tests whether the list, list box, listview, or treeview supports extended selections.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
bSupports = object.IsExtendSel()
Variable
|
Description
|
bSupports
|
TRUE if the list supports extended selections.
BOOLEAN.
|
Notes
Windows does not support extended-selection treeview controls.
Example
Verify(DialogBox1.Elements.IsExtendSel(), TRUE)