Click or drag to resize
ContextMenuContainerGetStartDisabledTag Method
Gets the start tag for context menu container in disabled state

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string GetStartDisabledTag(
	HtmlTextWriterTag tag,
	bool enableMouseClick,
	string cssClass,
	string style,
	string toolTip
)

Parameters

tag
Type: System.Web.UIHtmlTextWriterTag
Tag to be rendered
enableMouseClick
Type: SystemBoolean
Enable mouse click
cssClass
Type: SystemString
Tag's CSS class
style
Type: SystemString
Tag's inline style
toolTip
Type: SystemString
Text rendered as HTML attribute "title"

Return Value

Type: String
See Also