highlighted Property

Summary

Gets or sets whether the item is highlighted.

Syntax

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

Property Value

true if the item is highlighted, false otherwise.

Remarks

highlighted item is an item that superimposed by a highlight color, to identify that this highlighted.

To get a list of the highlighted items, refer to HighlightedItems.

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