selectedBorderColor Property

Summary

Gets or sets the cell color when selected.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'selectedBorderColor', 
	get: function(), 
	set: function(value) 
) 
selectedBorderColor: string; 

Property Value

A string value that represents the highlighted sub-cell border color.

Remarks

The color here is only applied if the number of sub-cell is 1, if there is more than one sub-cell, the properties HighlightedSubCellBorderColor and SelectedSubCellBorderColor are used.

The difference between the selected sub-cell and the highlighted sub-cell. is that the selected sub-cell are the sub-cell inside a selected cell, but the highlighted sub-cell is the active sub-cell inside a selected cell. To change the highlighted sub-cell color, refer to HighlightedSubCellBorderColor.

To get the selected sub-cell, refer to SelectedItems.

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.