Edit

Share via


KeyBinding.Protected Property

Definition

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).

public:
 property bool Protected { bool get(); };
public bool Protected { get; }
member this.Protected : bool
Public ReadOnly Property Protected As Boolean

Property Value

Remarks

Use the Add(WdKeyCategory, String, Int32, Object, Object) method of the KeyBindings object to add a key binding regardless of the protected status.

Applies to