|
TCustomVirtualDrawTree.OnGetHintSize Event
Triggered when a node hint or tooltip is about to show.
Pascal
property OnGetHintSize: TVTGetHintSizeEvent;
Description
Use an event handler for OnGetHintSize to return the size of the tooltip/hint window for the given node. You must implement this event and OnDrawHint to get a hint at all.
Class
Links
What do you think about this topic? Send feedback!
|