←Select platform

UserMode Property

Summary

Gets or sets the user mode.

Syntax
C#
VB
Objective-C
C++
Java
public virtual AnnUserMode UserMode { get; set; } 
Public Overridable Property UserMode As AnnUserMode 
@property (nonatomic) LTAnnUserMode userMode; 
public AnnUserMode getUserMode() 
public void setUserMode(AnnUserMode userMode) 
public:  
   virtual property AnnUserMode^ UserMode 
   { 
      AnnUserMode^ get() 
      void set(AnnUserMode^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly