SetToolTip Method (C1InputPanel)
Associates a rich tooltip with a control.
'Declaration
Public Shadows 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.