instruction attribute

The action attribute describes a user action, via either key combination or mouse.

Type

Anonymous

Usage

      <userInstructionGroup
	instruction="token"
/>
    

Definition

      <attribute name="instruction" >
  <simpleType>
    <restriction base="token">
      <enumeration value="click" />
      <enumeration value="double-click" />
      <enumeration value="other" />
      <enumeration value="press" />
      <enumeration value="inSequence" />
      <enumeration value="simultaneously" />
    </restriction>
  </simpleType>
</attribute>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp