eDriven Framework API
IsActionKey Method (keyCode)
NamespaceseDriven.Gui.ComponentsInteractiveComponentIsActionKey(KeyCode)
eDriven Framework API
Check if supplied key is registered as action key
Declaration Syntax
C#Visual BasicVisual C++
public bool IsActionKey(
	KeyCode keyCode
)
Public Function IsActionKey ( _
	keyCode As KeyCode _
) As Boolean
public:
bool IsActionKey(
	KeyCode keyCode
)
Parameters
keyCode (KeyCode)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)