Click or drag to resize
ScriptHelperAppendTooltip Method (WebControl, String, String)
Appends tooltip to control.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void AppendTooltip(
	WebControl control,
	string tooltipText,
	string cursor
)

Parameters

control
Type: System.Web.UI.WebControlsWebControl
Control
tooltipText
Type: SystemString
Tooltip
cursor
Type: SystemString
Mouse pointer
See Also