KeyBinding.Protected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.