[]
        
(Showing Draft Content)

C1.Framework.XView.SetToolTip

SetToolTip Method

SetToolTip(Control, string)

Associates a rich tooltip with a control.

Declaration
public virtual void SetToolTip(Control control, string text)
Parameters
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.

Remarks

Use the XView built-in tooltip instead of the regular ToolTip component in order to provide a consistent look between the tooltips associated with XView elements and other controls on your form.