WdKey Enumeration
Specifies a keyboard character. Although uppercase and lowercase characters are designated by using different values in a character encoding map, they share a single constant in this enumeration.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdKey
'Usage
Dim instance As WdKey
public enum WdKey
Members
Member name | Description | |
---|---|---|
wdNoKey | No key. | |
wdKeyShift | The SHIFT key. | |
wdKeyControl | The CTRL key. | |
wdKeyCommand | The Windows command key or Macintosh COMMAND key. | |
wdKeyAlt | The ALT key. | |
wdKeyOption | The mouse option key or Macintosh OPTION key. | |
wdKeyA | The A key. | |
wdKeyB | The B key. | |
wdKeyC | The C key. | |
wdKeyD | The D key. | |
wdKeyE | The E key. | |
wdKeyF | The F key. | |
wdKeyG | The G key. | |
wdKeyH | The H key. | |
wdKeyI | The I key. | |
wdKeyJ | The J key. | |
wdKeyK | The K key. | |
wdKeyL | The L key. | |
wdKeyM | The M key. | |
wdKeyN | The N key. | |
wdKeyO | The O key. | |
wdKeyP | The P key. | |
wdKeyQ | The Q key. | |
wdKeyR | The R key. | |
wdKeyS | The S key. | |
wdKeyT | The T key. | |
wdKeyU | The U key. | |
wdKeyV | The V key. | |
wdKeyW | The W key. | |
wdKeyX | The X key. | |
wdKeyY | The Y key. | |
wdKeyZ | The Z key. | |
wdKey0 | The 0 key. | |
wdKey1 | The 1 key. | |
wdKey2 | The 2 key. | |
wdKey3 | The 3 key. | |
wdKey4 | The 4 key. | |
wdKey5 | The 5 key. | |
wdKey6 | The 6 key. | |
wdKey7 | The 7 key. | |
wdKey8 | The 8 key. | |
wdKey9 | The 9 key. | |
wdKeyBackspace | The BACKSPACE key. | |
wdKeyTab | The TAB key. | |
wdKeyNumeric5Special | . | |
wdKeyReturn | The ENTER or RETURN key. | |
wdKeyPause | The PAUSE key. | |
wdKeyEsc | The ESC key. | |
wdKeySpacebar | The SPACEBAR key. | |
wdKeyPageUp | The PAGE UP key. | |
wdKeyPageDown | The PAGE DOWN key. | |
wdKeyEnd | The END key. | |
wdKeyHome | The HOME key. | |
wdKeyInsert | The INSERT key. | |
wdKeyDelete | The DELETE key. | |
wdKeyNumeric0 | The 0 key. | |
wdKeyNumeric1 | The 1 key. | |
wdKeyNumeric2 | The 2 key. | |
wdKeyNumeric3 | The 3 key. | |
wdKeyNumeric4 | The 4 key. | |
wdKeyNumeric5 | The 5 key. | |
wdKeyNumeric6 | The 6 key. | |
wdKeyNumeric7 | The 7 key. | |
wdKeyNumeric8 | The 8 key. | |
wdKeyNumeric9 | The 9 key. | |
wdKeyNumericMultiply | The * key on the numeric keypad. | |
wdKeyNumericAdd | The + key on the numeric keypad. | |
wdKeyNumericSubtract | The - key on the numeric keypad. | |
wdKeyNumericDecimal | The . key on the numeric keypad. | |
wdKeyNumericDivide | The / key on the numeric keypad. | |
wdKeyF1 | The F1 key. | |
wdKeyF2 | The F2 key. | |
wdKeyF3 | The F3 key. | |
wdKeyF4 | The F4 key. | |
wdKeyF5 | The F5 key. | |
wdKeyF6 | The F6 key. | |
wdKeyF7 | The F7 key. | |
wdKeyF8 | The F8 key. | |
wdKeyF9 | The F9 key. | |
wdKeyF10 | The F10 key. | |
wdKeyF11 | The F11 key. | |
wdKeyF12 | The F12 key. | |
wdKeyF13 | The F13 key. | |
wdKeyF14 | The F14 key. | |
wdKeyF15 | The F15 key. | |
wdKeyF16 | The F16 key. | |
wdKeyScrollLock | The SCROLL LOCK key. | |
wdKeySemiColon | The ; key. | |
wdKeyEquals | The = key. | |
wdKeyComma | The , key. | |
wdKeyHyphen | The - key. | |
wdKeyPeriod | The . key. | |
wdKeySlash | The / key. | |
wdKeyBackSingleQuote | The ` key. | |
wdKeyOpenSquareBrace | The [ key. | |
wdKeyBackSlash | The \ key. | |
wdKeyCloseSquareBrace | The ] key. | |
wdKeySingleQuote | The ' key. |