ToolTip.ToolTipTitle Property

Definition

Gets or sets a title for the ToolTip window.

C#
public string ToolTipTitle { get; set; }

Property Value

A String containing the window title.

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also