Sets or removes key-bind entry. Note that giving null to action will remove the key-bind.

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

Syntax

C#
public void SetKeyBind(
	uint keyCode,
	ActionProc action
)
Visual Basic
Public Sub SetKeyBind ( 
	keyCode As UInteger,
	action As ActionProc
)

Parameters

keyCode
Type: System..::..UInt32
key code to set/remove new action
action
Type: Sgry.Azuki..::..ActionProc
action to be associated or null in case of removing key-bind.

Implements

IUserInterface..::..SetKeyBind(UInt32, ActionProc)

See Also