Table of Contents

Method ExecuteKeyBinding

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ExecuteKeyBinding(Key, ModifierKeys, bool)

Processes input bindings and calls associated commands if their key bindings are valid and equal to key specified in the key, modifiers parameters.

public virtual bool ExecuteKeyBinding(Key key, ModifierKeys modifiers, bool recursive)

Parameters

key Key

Key.

modifiers ModifierKeys

Key modifiers.

recursive bool

Whether to process input bindings only for this control (False) or this control and its child controls recursively (True).

Returns

bool