System.Windows.Forms.StatusBarPanel.ToolTipText Property

Gets or sets ToolTip text associated with the status bar panel.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue("")]
public string ToolTipText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to display additional information in a ToolTip when the mouse pointer rests on a System.Windows.Forms.StatusBarPanel. For example, you can display a ToolTip that provides data transfer speed for a System.Windows.Forms.StatusBarPanel that displays the status of a file transfer.

To display ToolTips for other controls in your application, use the System.Windows.Forms.ToolTip control.

Requirements

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