Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ToolTip::ToolTipTitle Property

 

Gets or sets a title for the ToolTip window.

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

public:
property String^ ToolTipTitle {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String containing the window title.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft