linked Property

Summary

Gets or sets whether the various built-in interactive modes are applied to a specific frame or all frames.

Syntax

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

Property Value

true to make the interactive modes applied to all frames, false otherwise.

Remarks

This property currently applies to the following 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.Medical Assembly