SetToolTip(Control,String) Method
In This Topic
Associates a rich tooltip with a control.
Syntax
'Declaration
Public Sub SetToolTip( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.String _
)
public void SetToolTip(
System.Windows.Forms.Control ,
System.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