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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly