selectedSubCellBorderColor Property

Summary

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

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

Property Value

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

Remarks

The following are characteristics of selected and highlighted cells:

  • The selected sub-cell and the sub-cell are inside a selected cell.
  • 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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.