hasState Property

Summary

Indicate whether this command uses a state.

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

Property Value

true if this command uses a state; otherwise, false. Default value is false.

Remarks

State is used to store the value if this command uses state.

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