Click or drag to resize
ContextMenuContainerGetStartTag Method (String, String, Boolean, HtmlTextWriterTag, String, String)
Gets the start tag for context menu container.

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

Parameters

menuId
Type: SystemString
Menu ID
parameter
Type: SystemString
Parameter
enableMouseClick
Type: SystemBoolean
Enable mouse click
tag
Type: System.Web.UIHtmlTextWriterTag
Tag to be rendered
cssClass
Type: SystemString
Tag's CSS class
style
Type: SystemString
Tag's inline style

Return Value

Type: String
See Also