overlayTextVisible Property

Summary

Gets or sets whether to show or hide the overlay text in the cell.

Syntax

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

Property Value

true to show the overlay text, false to hide the overlay text.

Remarks

To add or remove overlay texts, refer to Overlays.

For more information on overlays, refer to OverlayText.

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