checkModifier Property

Summary

Gets or sets the keyboard modifier callback

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnPlatformCallbacks.prototype, 'checkModifier', 
	get: function(), 
	set: function(value) 
) 
checkModifier: AnnCheckModifierCallback; 

Property Value

The keyboard modifier callback. The default value is null.

Remarks

This callback is used by AnnAutomation to check whether the Control, Alt or Shift keys are currently pressed to perform certain operations such as multi-selection of objects.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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