Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text.

Namespace:   System.Windows.Forms
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::ToolTipIcon

One 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
Return to top
Show:
© 2017 Microsoft