Click or drag to resize

IWinListViewGroup Interface

The test interface for group objects of Windows list view controls.

Namespace:  SmartBear.TestLeft.TestObjects.Win
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IWinListViewGroup : IObject

The IWinListViewGroup type exposes the following members.

Properties
  NameDescription
Public propertyDescriptionBottom
Returns the group’s bottom description text. (Windows Vista only).
Public propertyDescriptionTop
Returns the group’s top description text. (Windows Vista only).
Public propertyExtendedImage
Returns the group’s extended image. (Windows Vista only).
Public propertyFooter
Returns the text of the group’s footer.
Public propertyFooterAlign
Returns the alignment of the group’s footer text.
Public propertyHeader
Returns the text of the group’s header.
Public propertyHeaderAlign
Returns the alignment of the group’s header text.
Public propertyId
Returns the group’s identifier.
Public propertySubsetTitle
Returns the group’s subset title. (Windows Vista only).
Public propertySubtitle
Returns the group’s subtitle text. (Windows Vista only).
Public propertyTask
Returns the group’s task text. (Windows Vista only).
Public propertyTitleImage
Returns the group’s title image. (Windows Vista only).
Top
Methods
See Also