ListView::ShowItemToolTips Property
.NET Framework (current version)
Gets or sets a value indicating whether ToolTips are shown for the ListViewItem objects contained in the ListView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if ListViewItem ToolTips should be shown; otherwise, false. The default is true.
If the ShowItemToolTips property is set to true, any ListViewItem that has a ToolTip will display it; otherwise, nothing is displayed.
The following code example demonstrates how to use the ShowItemToolTips and ListViewItem::ToolTipText properties. To run this example, paste the code into a Windows Form and call InitializeItemsWithToolTips from the form's constructor or Load event handler.
.NET Framework
Available since 2.0
Available since 2.0
Show: