Table of Contents

Method ExecuteKey

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ExecuteKey(Keys, ref int)

When implemented by a class, executes action or extended action attached to the specified key.

bool ExecuteKey(Keys keys, ref int state)

Parameters

keys Keys

Key for which action should be executed.

state int

Receive leave state of specified action.

Returns

bool

True if succeed; otherwise false.