Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can display a ToolTip for the ToolStrip control you want by setting the control's ShowItemToolTips property to true
.
Set the ShowItemToolTips property of the control to true
.
The default value of ToolStrip.ShowItemToolTips is true
, and the default value of MenuStrip.ShowItemToolTips and StatusStrip.ShowItemToolTips is false
.
Set the ShowItemToolTips property of the button to true
.
Set the ToolStripButton.AutoToolTip property of the button to false
.
The AutoToolTip
property is true
by default for ToolStripButton, ToolStripDropDownButton, and ToolStripSplitButton.
A ToolStripButton uses its Text
property for the ToolTip text by default. Use this procedure to display custom text in a ToolStripButtonToolTip.
Note
If you set ToolStripItemDisplayStyle to None or Image, no text will appear on the button, but the tool tip still appears.
.NET Desktop feedback feedback
.NET Desktop feedback is an open source project. Select a link to provide feedback:
Please sign in to use this experience.
Sign in