KeyBinding.Protected Property
True if you cannot change the specified key binding in the Customize Keyboard dialog box (from the Tools menu, click Customize, and then click the Keyboard button).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Protected As Boolean
Get
'Usage
Dim instance As KeyBinding
Dim value As Boolean
value = instance.Protected
bool Protected { get; }
Property Value
Type: System.Boolean
Remarks
Use the Add method of the KeyBindings object to add a key binding regardless of the protected status.