WdKeyCategory Enumeration 

Specifies the type of item assigned to the key binding.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdKeyCategory1 As WdKeyCategory = WdKeyCategory.wdKeyCategoryAutoText

Syntax

Public Enum WdKeyCategory
public enum WdKeyCategory
public enum class WdKeyCategory
public enum WdKeyCategory
public enum WdKeyCategory

Members

Member name Description
wdKeyCategoryAutoText Key is assigned to autotext.
wdKeyCategoryCommand Key is assigned to a command
wdKeyCategoryDisable Key is disabled.
wdKeyCategoryFont Key is assigned to a font.
wdKeyCategoryMacro Key is assigned to a
wdKeyCategoryNil Key is not assigned.
wdKeyCategoryPrefix Key is assigned to a prefix.
wdKeyCategoryStyle Key is assigned to a style.
wdKeyCategorySymbol Key is assigned to a symbol.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace