IWinHeaderItemFormat Properties |
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.
|