|
THitPosition Enumeration
Not documented.
Pascal
THitPosition = (hiAbove, hiBelow, hiNowhere, hiOnItem, hiOnItemButton, hiOnItemCheckbox, hiOnItemIndent, hiOnItemLabel, hiOnItemLeft, hiOnItemRight, hiOnNormalIcon, hiOnStateIcon, hiToLeft, hiToRight);
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
Members |
Description |
hiAbove |
above the client area (if relative) or the absolute tree area |
hiBelow |
below the client area (if relative) or the absolute tree area |
hiNowhere |
no node is involved (possible only if the tree is not as tall as the client area) |
hiOnItem |
on the bitmaps/buttons or label associated with an item |
hiOnItemButton |
on the button associated with an item |
hiOnItemCheckbox |
on the checkbox if enabled |
hiOnItemIndent |
in the indentation area in front of a node |
hiOnItemLabel |
on the normal text area associated with an item |
hiOnItemLeft |
when right aligned or centered) |
hiOnItemRight |
if left aligned or centered) |
hiOnNormalIcon |
on the "normal" image |
hiOnStateIcon |
on the state image |
hiToLeft |
to the left of the client area (if relative) or the absolute tree area |
hiToRight |
to the right of the client area (if relative) or the absolute tree area |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|