Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

CheckKeyModifier Method

Show in webframe
The native element event.
Key to check.
Determines if the specified key modifier is currently in a pressed state.
Syntax
 function Leadtools.Controls.InteractiveService.checkKeyModifier( 
   e ,
   key 
)

Parameters

ParameterTypeDescription
eElementEventThe native element event.
keyKeysKey to check.

Return Value

TypeDescription
boolean

true

if the modifier specified by key is currently in a pressed state, otherwise; false.
Remarks

This method is used by the various ImageViewerInteractiveMode instances that support a key modifier. For example, holding down CTRL while dragging the mouse in ImageViewerPanZoomInteractiveMode will perform a zoom operation instead of a pan. The interactive mode will call this method to determine the status of the CTRL modifier.

See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file