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::ToolTipIcon Property
.NET Framework (current version)
Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolTipIcon ToolTipIcon { ToolTipIcon get(); void set(ToolTipIcon value); }
Property Value
Type: System.Windows.Forms::ToolTipIconOne of the System.Windows.Forms::ToolTipIcon enumerated values.
If you want to use a graphic that is not defined by the System.Windows.Forms::ToolTipIcon enumeration, you must owner-draw the entire ToolTip. For more information, see the OwnerDraw property.
.NET Framework
Available since 2.0
Available since 2.0
Show: