Gets an action which is already associated with given key. If no action was associate with given key, returns null.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public ActionProc GetKeyBind(
	Keys keyCode
)
Visual Basic
Public Function GetKeyBind ( 
	keyCode As Keys
) As ActionProc

Parameters

keyCode
Type: System.Windows.Forms..::..Keys
key code

Return Value

Type: ActionProc

See Also