Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1375
StatusBar panel AutoStatusText and UltraTree Node
posted

Hi,

I've got a form that contains an UltraTree where I build nodes on the fly. Also on the form is an UltraStatusBar with one panel set to AutoStatusText.

Is there a way to set the StatusBar text so that it displays when the mouse hovers one of the nodes? I apparently can't pass the Node into the SetStatusBarText method because it's the incorrect type.

I tried adding an UltraFormattedLinkLabel as the Nodes label. I was able to call SetStatusBarText and pass in the LinkLabel and text, but the text doesn't display when over the node.

Thanks,

JL

Parents Reply Children