hitTestStateInteractiveMode Property

Summary

The ImageViewerInteractiveMode that is currently in a hit-test state.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'hitTestStateInteractiveMode', 
	get: function() 
) 
TypeScript Syntax
hitTestStateInteractiveMode: ImageViewerInteractiveMode; // read-only 

Property Value

The ImageViewerInteractiveMode that is currently in a hit-test state.

Remarks

The value of HitTestStateInteractiveMode is used to determine which ImageViewerInteractiveMode.HitTestStateCursor to use when an interactive mode has the value of ImageViewerInteractiveMode.HitTestState set to true.

For more information, refer to Image Viewer Interactive Modes.

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.Controls Assembly