userMode Property

Summary

Gets or sets the user mode.

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainer.prototype, 'userMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
userMode: AnnUserMode; 

Property Value

The current user mode for this container. The default value is AnnUserMode.Design

Remarks

When this container is rendered, some of the objects will behave differently depending on the user mode. For example, AnnHotspotObject will not be visible in run mode.

The value of this property will change by the automation framework.

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.Annotations.Core Assembly