[]
Associates a rich tooltip with a control.
public override void SetToolTip(Control control, string text)
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. |
Use the C1InputPanel built-in tooltip instead of the regular ToolTip component in order to provide a consistent look between the tooltips associated with input panel components and other controls on your form.