ListViewItem::ToolTipText Property
.NET Framework (current version)
Gets or sets the text shown when the mouse pointer rests on the ListViewItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::String^The text shown when the mouse pointer rests on the ListViewItem.
If both the ListViewItem and its containing ListView have ToolTips set, only the ToolTip for the ListViewItem will be shown.
The following code example demonstrates how to use the ListView::ShowItemToolTips and ToolTipText properties. To run this example, paste the code into a Windows Form and call InitializeItemsWithToolTips from the form's constructor or Load event-handling method.
.NET Framework
Available since 2.0
Available since 2.0
Show: