Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ToolTip Display Event

Status
Not open for further replies.

shack623

Programmer
Aug 11, 2001
12
US
I am creating a windows form with TextBox controls. Several of these TextBoxes need to have an associated ToolTip to provide information regarding the TextBox. I understand the display event for the ToolTip is normally triggered by the OnMouseOver event. However, I want to be able to also display the ToolTip on the TextBox GotFocus event. (Some of our users don't use a mouse to navigate through the form.) I haven't been able to find the code that I need to do this, nor have I found any methods or properties that I can use within the ToolTip class. Can anybody help me or direct me to the right source?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top