selectItem Method

Summary

Changes the selection state of the specified item.

Syntax

JavaScript Syntax
LayoutManager.prototype.selectItem = function(item, select) 
TypeScript Syntax
selectItem(item: LayoutManagerItem, select: boolean): void; 

Parameters

item

The item to select or unselect.

select

True to select, false to unselect.

Remarks

Selection of the cell can be either through this method, or by clicking the cell using the mouse or the touch, it also can be done by adding this instance to the SelectedItems collection.

To get a list of the selected cells, refer to SelectedItems.

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