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