Callback used to determine whther a specific key is pressed in this platform.
Public Delegate Function AnnCheckModifierCallback( _
ByVal annKey As Leadtools.Annotations.Core.AnnKeys _
) As Boolean
public delegate bool AnnCheckModifierCallback(
Leadtools.Annotations.Core.AnnKeys annKey
)
public boolean AnnCheckModifierCallback.CheckModifier(AnnKeys annKey)
AnnCheckModifierCallback(
annKey
)
annKey
Keys to check
true if the specified key(s) is pressed; otherwise, false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET