AccelItem.Key Property

Visio Automation Reference

Gets or sets the ASCII key code value for an accelerator. Read/write.

Version Information
 Version Added:  Visio 4.0

Syntax

expression.Key

expression   A variable that represents an AccelItem object.

Return Value
Integer

Remarks

For a list of ASCII key code values, search for "Virtual-Key Codes" in the Microsoft Platform SDK on MSDN, the Microsoft Developer Network.

See Also