OlkLabel.Accelerator property (Outlook)

Returns or sets a String value that represents the accelerator or hot key for the control. Read/write.

Syntax

expression. Accelerator

expression A variable that represents an OlkLabel object.

Remarks

The default value is an empty string, meaning there is no hot key. If the property is set with a string of more than one character, the value will be truncated to the first character.

You cannot use digits in an accelerator.

When the accelerator key for a label is pressed, the next control in the tab order receives the focus, not the label control.

See also

OlkLabel Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.