I created a user control for reuse to generate a menu. I dropped a ToolTip on it – ToolTip shows up in the properties of the controls in my user control.
How do I assign the text dynamically at run time ? There appears to be no property available.
Hi Edmond,
you can call toolTip.SetToolTip (<control>, <tip text>) to set the tooltip text for a control.
Best regards
Frank
Please login first to submit.