eDriven Framework API
Maps Method (keyCombination, keyHandler)
NamespaceseDriven.Core.Control.KeyboardKeyboardMapperMaps(KeyCombination, KeyboardMapper..::..KeyHandler)
eDriven Framework API
Returns true if the specified mapping exists
Declaration Syntax
C#Visual BasicVisual C++
public bool Maps(
	KeyCombination keyCombination,
	KeyboardMapper..::..KeyHandler keyHandler
)
Public Function Maps ( _
	keyCombination As KeyCombination, _
	keyHandler As KeyboardMapper..::..KeyHandler _
) As Boolean
public:
bool Maps(
	KeyCombination^ keyCombination, 
	KeyboardMapper..::..KeyHandler^ keyHandler
)
Parameters
keyCombination (KeyCombination)
The combo to check for
keyHandler (KeyboardMapper..::..KeyHandler)
The handler to check for
Return Value

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