isEnabled Property

Summary

Indicates whether the CompareView is enabled.

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

Property Value

true if enabled; otherwise, false.

Remarks

If isEnabled is false, the diff regions will not be painted onto the viewers. The CompareView will still maintain the DocumentViewer.onOperation hooks described in CompareView.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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