Infragistics(R) NetAdvantage(R) Windows Forms
ToolTipItem Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > UIElement Class : ToolTipItem Property

Returns or sets an object that provides tooltip information for the element.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ToolTipItem As IToolTipItem
C# 
public virtual IToolTipItem ToolTipItem {get; set;}

See Also