| ContextMenuResourcesContextMenuStartButton Method (String, String, NameValueCollection, NameValueCollection, NameValueCollection, NameValueCollection) |
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
)
Public Shared Function ContextMenuStartButton (
id As String,
innerText As String,
anchorAttributes As NameValueCollection,
imageAttributes As NameValueCollection,
arrowImageAttributes As NameValueCollection,
iconAttributes As NameValueCollection
) As String
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
Return Value
Type:
StringSee Also