state Property

Summary

Current state value of the command.

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

Property Value

Boolean that contains the current state value of the command. Default value is null.

Remarks

Used when HasState is true.

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly