hasState Property (DocumentViewerCommand)

Summary

Indicate whether this command uses a state.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerCommand.prototype, 'hasState', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize