[]
Associates a rich tooltip with a control.
public virtual void SetToolTip(Control control, string text)
Public Overridable Sub SetToolTip(control As Control, text As String)
| Type | Name | Description |
|---|---|---|
| Control | control | Control that will be associated with the rich tooltip. |
| string | text | String containing Html text to be displayed in the tooltip. |