Table of Contents

Method RemoveKeyInputBinding

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

RemoveKeyInputBinding(KeyInputBinding)

Removes a key input binding.

public void RemoveKeyInputBinding(KeyInputBinding inputBinding)

Parameters

inputBinding KeyInputBinding

The key input binding to remove.

RemoveKeyInputBinding(string)

Removes a key input binding with the specified key.

public void RemoveKeyInputBinding(string inputBindingKey)

Parameters

inputBindingKey string

The key of the input binding to remove.