wordKeyModifier Property

Summary

Modifier key to use for selecting the whole word when any of its characters is selected.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerText.prototype, 'wordKeyModifier', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
wordKeyModifier: Keys; 

Property Value

The modifier key to use for selecting the whole word when any of its characters is selected. Default value is Alt.

Remarks

This property is used by DocumentViewerSelectTextInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Documents.UI Assembly