SetToolTip(Control,String) Method
In This Topic
Associates a rich tooltip with a control.
Syntax
'Declaration
Public Shadows Sub SetToolTip( _
ByVal As Control, _
ByVal As String _
)
public new void SetToolTip(
Control ,
string
)
Parameters
- control
- Control that will be associated with the rich tooltip.
- text
- String containing HTML text to be displayed in the tooltip.
See Also