Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace : AnnCheckModifierCallback Delegate |
'Declaration
Public Delegate Function AnnCheckModifierCallback( _ ByVal annKey As AnnKeys _ ) As Boolean
public boolean AnnCheckModifierCallback.CheckModifier(AnnKeys annKey)
AnnCheckModifierCallback( annKey )
This callback is used by the annotations core library to determine whether a specific key is currently pressed. Since Leadtools.Annotations.Core is platform-independent, this callback must be set through the platform-specific automation object.