Click or drag to resize

IWinListViewStyleEx Interface

The test interface for objects that represent the extended style 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 IWinListViewStyleEx : IObject

The IWinListViewStyleEx type exposes the following members.

Properties
  NameDescription
Public propertyBorderSelect
Indicates whether the BorderSelect style is used.
Public propertyCheckBoxes
Indicates whether the CheckBoxes style is used.
Public propertyFlatScrollBar
Indicates whether the FlatScrollBars style is used.
Public propertyFullRowSelect
Indicates whether the FullRowSelect style is used.
Public propertyGridLines
Indicates whether the GridLines style is used.
Public propertyHeaderDragDrop
Indicates whether the HeaderDragDrop style is used.
Public propertyLabelTip
Indicates whether the LabelTip style is used.
Public propertyMultiWorkareas
Indicates whether the MultiWorkAreas style is used.
Public propertyOneClickActivate
Indicates whether the OneClickActivate style is used.
Public propertySimpleSelect
Indicates whether the SimpleSelect style is used.
Public propertySubItemImages
Indicates whether the SubItemImages style is used.
Public propertyTrackSelect
Indicates whether the TrackSelect style is used.
Public propertyTwoClickActivate
Indicates whether the TwoClickActivate style is used.
Public propertyUnderlineCold
Indicates whether the UnderlineCold style is used.
Public propertyUnderlineHot
Indicates whether the UnderlineHot style is used.
Top
Methods
See Also