Click or drag to resize

IWinHeaderItemFormat Properties

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
See Also