Click or drag to resize

IWinListView Properties

The IWinListView type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywBackground
Returns the Win32ListViewBackground object that provides a scripting interface to the list view background image.
Public propertywChecked
Returns true if the item is checked. Else, false.
Public propertywColumnCount
Returns the total number of columns in the list view.
Public propertywCut
Returns true if the item is marked for a cut-and-paste operation.
Public propertywFocused
Returns true if the item is focused.
Public propertywGroup
Returns information about the group to which the specified item belongs.
Public propertywGroupCount
Returns the number of list view groups. (Windows Vista only)
Public propertywGroups
Returns information about the group specified by its identifier or index.
Public propertywHeader
Returns the Win32Header object that provides the scripting interface to the list view header.
Public propertywIconBounds
Returns the bounding rectangle of the icon.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywImage
Returns the item image.
Public propertywItem
Returns the name of the item specified by its index or using a wildcard.
Public propertywItemBounds
Returns the bounding rectangle of the entire item, including the icon and label.
Public propertywItemCount
Returns the total number of items in the list view.
Public propertywListViewStyleEx
Returns the Win32ListViewStyleEx object that provides a scripting interface to the list view extended styles.
Public propertywLParam
Returns the application-defined value specific to the item.
Public propertywSelectBounds
Returns the union of the icon and label rectangles, but excludes columns in report view.
Public propertywSelected
Returns true if the item is selected.
Public propertywStateImage
Returns the item state image.
Public propertywTextBounds
Returns the bounding rectangle of the item text.
Top
See Also