NetXP 3.0 Reference

ListBar.ToolTip Property

Gets/sets the tooltip object associated with this control. The control does not generate its own internal Tooltips and instead relies on an external ToolTip object to display tooltips.

[Visual Basic]
Public Property ToolTip As ToolTip
[C#]
public System.Windows.Forms.ToolTip ToolTip {get; set;}

See Also

ListBar Class | NETXP.Controls.Bars Namespace