Click or drag to resize

ContextMenuResourcesContextMenuStartButton Method (String, String, NameValueCollection, NameValueCollection, NameValueCollection, NameValueCollection, Boolean, Boolean)

Generates start Context Menu Button HTML markup

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static string ContextMenuStartButton(
	string id,
	string innerText,
	NameValueCollection anchorAttributes,
	NameValueCollection imageAttributes,
	NameValueCollection arrowImageAttributes,
	NameValueCollection iconAttributes,
	bool useCheckbox,
	bool isChecked
)

Parameters

id
Type: SystemString
innerText
Type: SystemString
anchorAttributes
Type: System.Collections.SpecializedNameValueCollection
imageAttributes
Type: System.Collections.SpecializedNameValueCollection
arrowImageAttributes
Type: System.Collections.SpecializedNameValueCollection
iconAttributes
Type: System.Collections.SpecializedNameValueCollection
useCheckbox
Type: SystemBoolean
isChecked
Type: SystemBoolean

Return Value

Type: String
See Also