linked Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(ActionCommand.prototype, 'linked', 
	get: function(), 
	set: function(value) 
) 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.