ProvideKeyBindingTableAttribute.AllowNavKeyBinding 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.
Set to true if the user can bind new commands of the nagivation keys
public:
property bool AllowNavKeyBinding { bool get(); void set(bool value); };
public:
property bool AllowNavKeyBinding { bool get(); void set(bool value); };
public bool AllowNavKeyBinding { get; set; }
member this.AllowNavKeyBinding : bool with get, set
Public Property AllowNavKeyBinding As Boolean
Property Value
true
if the user is allowed to bind new commands to navigation keys, otherwise false
.