ToolTip.ToolTipTitle Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a title for the ToolTip window.
public:
property System::String ^ ToolTipTitle { System::String ^ get(); void set(System::String ^ value); };
public string ToolTipTitle { get; set; }
member this.ToolTipTitle : string with get, set
Public Property ToolTipTitle As 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.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: