Click or drag to resize

RibbonBarItemKeyboardShortcutAppend Method

Appends keyboard shortcut to a ribbon bar item

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void KeyboardShortcutAppend(
	HtmlTextWriter writer,
	string keyboardShortcut,
	string action
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
keyboardShortcut
Type: SystemString
action
Type: SystemString
Action to perform on shortcut fires
See Also