LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I acquire info from Contect help?

Hi all.
I am creating a user-interface where I want to display the desciption of of any item when the mouse cursor is on the actual control item... something similar to the Context Help Window..... Would I be able to acquire what info is in the context help window to output somewhere else ?
0 Kudos
Message 1 of 3
(2,773 Views)

You could use the Desc and TipStrip properties of the control that you mouse is pointing too.

Here I have used an event structure with the Mouse Enter event to trigger a read of the properties.

Does that help?

David

Message Edited by David Crawford on 07-12-2006 08:10 AM

Message 2 of 3
(2,771 Views)
Yes.... that's exactly what I wanted!
Thanks David
0 Kudos
Message 3 of 3
(2,764 Views)