System.Windows.Forms.ToolBar.ShowToolTips Property

Gets or sets a value indicating whether the toolbar displays a ToolTip for each button.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(false)]
public bool ShowToolTips { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

To set the text displayed by the ToolTip, set the ToolBarButton.ToolTipText property of each System.Windows.Forms.ToolBarButton on the System.Windows.Forms.ToolBar. To cause the ToolTip to display as the user moves the mouse pointer over the toolbar button, set the ToolBar.ShowToolTips property to true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0