Description
Use the wSelected
property to check the state of the specified item.
Declaration
TestObj.wSelected(Item)
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 | |||
Item | [in] | Required | Variant |
Applies To
The property is applied to the following objects:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Parameters
The property has the following parameter:
Item
Specifies the caption or zero-based index of the desired item. The caption could contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk corresponds to a string of any length, the question mark corresponds to any single character. To specify more complicated parts of a caption, use regular expressions.
The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.
Property Value
True if the item is selected, False otherwise.
Remarks
Infragistics UltraListView, JavaFX ListView: If the specified item is not found, the property returns False
and posts an error message to the test log.
See Also
wSelected Property (Specific to Win32ListView Controls)
wItem Property (ListView Controls)
wSelectedItems Property
wItemList Property