selectItem Method

Summary

Changes the selection state of the specified item.

Syntax
TypeScript
JavaScript
LayoutManager.prototype.selectItem = function( 
   item, 
   select 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly