Ribbon.ShortcutKeyBindings property

Gets or sets the key binding that jumps to the initial tab.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Property ShortcutKeyBindings As String
    Get
    Set
'Usage
Dim value As String

value = Me.ShortcutKeyBindings

Me.ShortcutKeyBindings = value
protected string ShortcutKeyBindings { get; set; }

Property value

Type: System.String
The shortcut key binding.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace