Page.Accelerator Property

Outlook Forms Script Reference

Returns or sets the accelerator key for the page. Read/write.

Syntax

expression.Accelerator

expression   A variable that represents a Page object.

Remarks

To designate an accelerator key, enter a single character for the Accelerator property. You can set Accelerator in the property sheet or in code. If the value of this property contains more than one character, the first character in the string becomes the value of Accelerator. You cannot use digits in an accelerator.

See Also