[Table of Contents] [docx version]

VML Reference Material - VML

Accel (Primary Keyboard Accelerator)

This element specifies the primary keyboard accelerator for an object. The value is the ASCII decimal number corresponding to the accelerator key. This element is used for buttons, checkboxes, radio buttons and group boxes.

[Example: The primary accelerator key is 'A' (65 is the ASCII decimal value for 'A'):

<x:ClientData … >
<x:Accel>65</x:Accel>
</x:ClientData>

end example]

The possible values for this element are defined by the XML Schema integer datatype.

Parent Elements

ClientData6.4.2.12)