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
 
Back
Top