|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
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 Add tooltip component to your form.
Edit the tooltip for control by ToolTip1.SetToolTip(ControlName, "Your ToolTip") Similarly use ToolTip1.GetToolTip(ControlName) -Sugan Thenk you Sugan
Aristotelis Show quoteHide quote ? "Sugan" <vsu***@gmail.com> ?????? ??? ?????? news:1152516361.604774.241020@m79g2000cwm.googlegroups.com... > > Add tooltip component to your form. > > Edit the tooltip for control by > > ToolTip1.SetToolTip(ControlName, "Your ToolTip") > > Similarly use ToolTip1.GetToolTip(ControlName) > > -Sugan > |
|||||||||||||||||||||||