IWinHeaderItemFormat Interface |
Namespace: SmartBear.TestLeft.TestObjects.Win
The IWinHeaderItemFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| Align |
Returns the item's content alignment.
| |
| HasCheckBox |
Returns true if the item has a check-box.
| |
| HasImage |
Returns true if the item has an image.
| |
| IsBitmap |
Returns true if the item displays a bitmap.
| |
| IsBitmapOnRight |
Returns true if the bitmap appears to the right of text.
| |
| IsChecked |
Returns true if the item's check-box is checked.
| |
| IsFixed |
Returns true if the column size cannot be changed.
| |
| IsOwnerdraw |
Returns true if the header control's owner draws the item.
| |
| IsRtlReading |
Returns true if the header text will read in the opposite direction from the text in the parent window.
| |
| IsSortDown |
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.
| |
| IsSortUp |
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.
| |
| IsString |
Returns true if the item displays a string.
|
| Name | Description | |
|---|---|---|
| CallMethodT(String, Object) |
Invokes the specified method and returns the result.
(Inherited from IObject.) | |
| CastT |
Casts the interface to an interface of another type.
(Inherited from IObject.) | |
| GetPropertyT |
Returns the value of the specified property.
(Inherited from IObject.) | |
| SetProperty |
Sets a value for the specified property.
(Inherited from IObject.) |