Friday, June 3, 2011

Show ToolTip on TabPage in TabControl

So you’ve set the ToolTipText property of a TabPage in a TabControl. When the user moves the mouse pointer over the tab, the text you specified is supposed to show in a tooltip.


But what if the tooltip is not showing? Fortunately, this problem has an easy solution:

Set the ShowToolTips property in the TabControl to true.

No comments:

Post a Comment