System.Windows.Forms.ToolTip.ToolTipTitle Property

Gets or sets a title for the ToolTip window.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The title is displayed within the window as a line of bold text above the standard text of a ToolTip control description. Typically, titles are only used either to differentiate different categories of controls on a form or as an introduction to a fairly long control description.

The maximum length of a title is 99 characters. If this property contains a string longer then 99 characters, no title will be displayed.

Requirements

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