SetToolTip Method (C1TreeView)
Associates a rich tooltip with a control.
'Declaration
Public Sub SetToolTip( _
ByVal As Control, _
ByVal As String _
)
Parameters
- control
- Control that will be associated with the rich tooltip.
- text
- String containing Html text to be displayed in the tooltip.