|
TVirtualDrawTree.OnGetPopupMenu Event
Miscellaneous event.
Pascal
property OnGetPopupMenu: TVTPopupEvent;
Description
This event allows the application to return a popup menu which is specific to a certain node. The tree does an automatic traversal all the way up to the top level node which is the parent of a given node to get a popup menu. If Menu is set then the traversal stops. Otherwise it continues until either a menu is set, AskParent is set to False or the top level parent has been reached.
Class
Links
What do you think about this topic? Send feedback!
|