linked Property

Summary

Gets or sets a list that represents the Cell objects that are linked for the action.

Syntax

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

Property Value

A collection of the linked Cell objects.

Remarks

When a cell is linked, if the user applies an action to one of the cells (such as window level, offset, etc.), the action will also be applied to the other cells tto which it is linked.

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