AnnCheckModifierCallback Delegate

Summary

Callback used to check if specific key is down in this platform.

Syntax
TypeScript
JavaScript
function lt.Annotations.Engine.AnnCheckModifierCallback( 
   annKey 
) 
interface lt.Annotations.Engine.AnnCheckModifierCallback { 
	( 
   annKey: AnnKeys 
): boolean; 
} 

Parameters

annKey

Keys to check

Return Value

true if the specified key(s) is down; otherwise, false.

Remarks

This callback is used by the annotations core library to determine whether a specific key is currently down. Since Leadtools.Annotations.Engine is platform-independent, this callback must be set through the platform-specific automation object.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.