Click or drag to resize

IWinListViewBackground Interface

The test interface for background image object 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 IWinListViewBackground : IObject

The IWinListViewBackground type exposes the following members.

Properties
  NameDescription
Public propertyColor
Returns the background color of a list-view control.
Public propertyIsTiled
The background image is tiled to fill the entire background of the control.
Public propertyUrl
Returns the URL of the background image.
Public propertyxOffsetPercent
The percentage of the control's client area that the image is offset horizontally.
Public propertyyOffsetPercent
The percentage of the control's client area that the image is offset vertically.
Top
Methods
See Also