StatusStrip::ShowItemToolTips Property
.NET Framework (current version)
Gets or sets a value indicating whether ToolTips are shown for the StatusStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if ToolTips are shown for the StatusStrip; otherwise, false. The default is false.
The following code example demonstrates a StatusStrip with various common properties set, including the ShowItemToolTips property.
.NET Framework
Available since 2.0
Available since 2.0
Show: