Click or drag to resize

IWinHeaderItemFormat Interface

The test interface for the header item format of Windows header 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 IWinHeaderItemFormat : IObject

The IWinHeaderItemFormat type exposes the following members.

Properties
  NameDescription
Public propertyAlign
Returns the item's content alignment.
Public propertyHasCheckBox
Returns true if the item has a check-box.
Public propertyHasImage
Returns true if the item has an image.
Public propertyIsBitmap
Returns true if the item displays a bitmap.
Public propertyIsBitmapOnRight
Returns true if the bitmap appears to the right of text.
Public propertyIsChecked
Returns true if the item's check-box is checked.
Public propertyIsFixed
Returns true if the column size cannot be changed.
Public propertyIsOwnerdraw
Returns true if the header control's owner draws the item.
Public propertyIsRtlReading
Returns true if the header text will read in the opposite direction from the text in the parent window.
Public propertyIsSortDown
Returns true if the down-arrow is drawn on this item. This is typically used to indicate that information in the current window is sorted on this column in descending order.
Public propertyIsSortUp
Returns true if the up-arrow is drawn on this item. This is typically used to indicate that information in the current window is sorted on this column in ascending order.
Public propertyIsString
Returns true if the item displays a string.
Top
Methods
See Also