withinVisibleRange Method

Summary

Returns whether the current frame is visible and currently shown.

Syntax

JavaScript Syntax
Cell.prototype.withinVisibleRange = function( 
   index 
) 
TypeScript Syntax
withinVisibleRange( 
   index: number 
): boolean; 

Parameters

index

a zero-based index that represents the index of the frame

Return Value

true if the frame is currently visible, false otherwise.

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