Click or drag to resize
UIHelperGetIcon Method
Returns Label control that displays font icon specified by ccs class

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static Label GetIcon(
	string cssClass,
	string toolTip
)

Parameters

cssClass
Type: SystemString
Font icon css class
toolTip
Type: SystemString
Icon tooltip

Return Value

Type: Label
See Also