ToolTip

  • Thread starter Thread starter Sugan
  • Start date Start date
S

Sugan

Add tooltip component to your form.

Edit the tooltip for control by

ToolTip1.SetToolTip(ControlName, "Your ToolTip")

Similarly use ToolTip1.GetToolTip(ControlName)

-Sugan
 
I am trying to find a way to change programmatically the ToolTip text of a
control during the execution, but I can not find a property or method to do
it. Does anyone knows a way to do such a change?

Aristotelis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top