scroll Property

Summary

Gets or sets a boolean value that indicates whether to allow the scroll message to pass through.

Syntax

JavaScript Syntax
Object.defineProperty(StackChangedEventArgs.prototype, 'scroll', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
scroll: boolean; 

Property Value

true to allow the scroll message to pass through and be handled by the viewer and scroll through the frame in the cell; otherwise, false.

Remarks

Scrolling can occur by using the mouse wheel or by calling the StackAction method.

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