Pre-select an occurrence in graphical window

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I am struggling with pre-selecting an occurrence. And by pre-select I mean mimicking the situation when mouse is hovered over the component, just like in image below:
Pre-selecting an occurrence
Is there any function which allows to do that? I've found some DoPreSelect() functions but they works only with nodes, not an occurrences in graphical window. I tried to do a Highlight but it didn't work - component highlights only for a one second, then highlight disappears.
I've created my custom browser pane in which I store some specific occurrences as client browser nodes. I want to make this browser pane to behave in that same way as Model browser pane andpre-selecting an occurrence in graphical window by hovering a mouse over its node is something I cannot achieve by myself.