| RibbonBarButtonContextMenuId Property |
ID of contextmenu linked to this button.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("")]
public string ContextMenuId { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property ContextMenuId As String
Get
Set
Property Value
Type:
StringString
Return Value
Type:
StringButton text.
Remarks When specified, the contextmenu with the provided id will be shown with options for the button.
See Also