targetFrame Property

Summary

Gets the target frame to be compared with the reference Frame to determine whether they match.

Syntax

JavaScript Syntax
Object.defineProperty(MatchedFrameEventArgs.prototype, 'targetFrame', 
	get: function() 
) 
TypeScript Syntax
targetFrame: Frame; // read-only 

Property Value

A Frame to be compared with the reference Frame to determine whether they match.

Remarks

Refer to MatchedFrames for more information about matching frames.

If targetFrame and frame match, set the value of Matched to true.

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