checkModifier Property

Summary

Gets or sets the keyboard modifier callback

Syntax

JavaScript Syntax
Object.defineProperty(AnnPlatformCallbacks.prototype, 'checkModifier', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly