←Select platform

AnnCheckModifierCallback Delegate

Summary
Callback used to determine whether a specific key is pressed in this platform.
Syntax
C#
C++/CLI
Java
Python
public delegate bool AnnCheckModifierCallback( 
   AnnKeys annKey 
) 
public boolean AnnCheckModifierCallback.CheckModifier(AnnKeys annKey) 
public: 
   delegate bool AnnCheckModifierCallback( 
      AnnKeys^ annKey 
   ) 
def AnnCheckModifierCallback(self,annKey): 
# annKey : AnnKeys 

Parameters

annKey
Keys to check

Return Value

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

Remarks

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

Requirements

Target Platforms

See Also

Reference

AnnCheckModifierCallback Members

Leadtools.Annotations.Engine Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.