Click or drag to resize
ScriptHelperAppendTooltip Method (WebControl, String, String, Int32, Boolean)
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,
	int width,
	bool encode
)

Parameters

control
Type: System.Web.UI.WebControlsWebControl
Control
tooltipText
Type: SystemString
Tooltip
cursor
Type: SystemString
Mouse pointer
width
Type: SystemInt32
Width of the tooltip
encode
Type: SystemBoolean
Indicates if the tooltip text should be encoded
See Also