FormRegionManifest.RibbonAccelerator Property

Definition

Gets or sets the keyboard shortcut of separate, replacement, and replace-all form regions.

public:
 property System::String ^ RibbonAccelerator { System::String ^ get(); void set(System::String ^ value); };
public string RibbonAccelerator { get; set; }
member this.RibbonAccelerator : string with get, set
Public Property RibbonAccelerator As String

Property Value

A string that represents the keyboard shortcut of separate, replacement, and replace-all form regions.

Exceptions

The value is greater than 2 characters in length or contains characters that are not alpha numeric.

Remarks

The string must be from 1 to 2 characters, and must not contain spaces, tabs, or newline characters.

You can use this keyboard shortcut as an access key combination to activate a separate, replacement, or replace-all form region. For a separate form region, the keyboard shortcut appears on the Ribbon of an Outlook item when you press the ALT key.

Applies to