IWinListView Properties |
The IWinListView type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
wBackground |
Returns the Win32ListViewBackground object that provides a scripting interface to the list view background image.
| |
wChecked |
Returns true if the item is checked. Else, false.
| |
wColumnCount |
Returns the total number of columns in the list view.
| |
wCut |
Returns true if the item is marked for a cut-and-paste operation.
| |
wFocused |
Returns true if the item is focused.
| |
wGroup |
Returns information about the group to which the specified item belongs.
| |
wGroupCount |
Returns the number of list view groups. (Windows Vista only)
| |
wGroups |
Returns information about the group specified by its identifier or index.
| |
wHeader |
Returns the Win32Header object that provides the scripting interface to the list view header.
| |
wIconBounds |
Returns the bounding rectangle of the icon.
| |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wImage |
Returns the item image.
| |
wItem |
Returns the name of the item specified by its index or using a wildcard.
| |
wItemBounds |
Returns the bounding rectangle of the entire item, including the icon and label.
| |
wItemCount |
Returns the total number of items in the list view.
| |
wListViewStyleEx |
Returns the Win32ListViewStyleEx object that provides a scripting interface to the list view extended styles.
| |
wLParam |
Returns the application-defined value specific to the item.
| |
wSelectBounds |
Returns the union of the icon and label rectangles, but excludes columns in report view.
| |
wSelected |
Returns true if the item is selected.
| |
wStateImage |
Returns the item state image.
| |
wTextBounds |
Returns the bounding rectangle of the item text.
|