Click or drag to resize

IWinHeader Properties

The IWinHeader type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywBitmap
Returns the item bitmap.
Public propertywFormat
Returns the item format.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywImage
Returns the item image (the specified image is displayed in the header item in addition to any image specified in the wBitmap field).
Public propertywItem
Returns the header's item by the item's index.
Public propertywItemBounds
Returns the item bounds.
Public propertywItemCount
Returns the number of items in the header.
Public propertywLParam
Returns application-defined item data.
Public propertywSort
Specifies whether the specified header item shows the down or up arrow.
Top
See Also