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::Tag Property
.NET Framework (current version)
Gets or sets the object that contains programmer-supplied data associated with the ToolTip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Typically, you use the Tag property to store data that is closely associated with the ToolTip. For example, if you are displaying a ToolTip for a control that displays customer information, you might store the DataSet that contains the customer's information in the Tag property so the data can be accessed quickly.
.NET Framework
Available since 2.0
Available since 2.0
Show: