A HitTestCodeEnum expression that specifies the code of the part where the
cursor is over the element.
The HitTestCode property specifies the code where the cursor hovers the
element. The Element property specifies the Element from the cursor.
The HitTestKey property indicates the key
associated to the part of the element from the cursor.
The HitTestCode may
indicate one of the following parts of the element:
exHitTestMargin, indicates the border of the element. The HitTestKey
property returns nothing.
exHitTestStatus, indicates the status part of the element. The HitTestKey
property returns nothing.
exHitTestClient, indicates the element's background ( empty ).
The HitTestKey property returns
nothing.
exHitTestPicture, indicates any icon/picture on from the element. The HitTestKey
property specifies the identifier of the icon/picture from the cursor.
exHitTestCaption, indicates the element's Caption.
The HitTestKey property specifies the
element's caption.
exHitTestExtraCaption, indicates the element's ExtraCaption.
The HitTestKey property specifies the
element's extra-caption.
exHitTestCheckBox, indicates the element's checkbox.
The HitTestKey property specifies the
element's Checked property.
exHitTestGlyph, indicates the element's expand/collapse glyph. The HitTestKey
property returns nothing.