selectedSubCellBorderColor Property

Summary

Gets or sets the sub-cell color when the parent cell is selected.

Syntax

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

Property Value

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

Remarks

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly