Gets or sets the current user mode.
public Leadtools.Annotations.Core.AnnUserMode UserMode {get; set;}
Public Property UserMode As Leadtools.Annotations.Core.AnnUserMode
public Leadtools.Annotations.Core.AnnUserMode UserMode {get; set;}
@property (nonatomic) LTAnnUserMode userMode;
public AnnUserMode getUserMode()
public void setUserMode(AnnUserMode userMode)
get_UserMode();
set_UserMode(value);
Object.defineProperty('UserMode');
A AnnUserMode value that specifies the current user mode. The default value is AnnUserMode.Design.
AnnUserMode.Design is for creating objects; AnnUserMode.Run mode is for viewing them.
The UserModeChanged event is fired when the value of this property is changed.
This example flips the user mode between run and design.
using Leadtools.Annotations.Automation;
using Leadtools.Annotations.Core;
using Leadtools.Codecs;
using Leadtools.Controls;
using Leadtools.Annotations.WinForms;
using Leadtools.Annotations.Rendering;
public void AnnAutomationManager_UserMode()
{
AnnAutomationManager manager = _automation.Manager;
if (manager.UserMode == AnnUserMode.Design)
{
manager.UserMode = AnnUserMode.Run;
Debug.WriteLine("User mode is run, click again to go to design mode");
}
else
{
manager.UserMode = AnnUserMode.Design;
Debug.WriteLine("User mode is design, click again to go to run mode");
}
}
using Leadtools.Converters;
using Leadtools.Annotations.Automation;
using Leadtools.Controls;
using Leadtools.Annotations.Core;
using Leadtools.Codecs;
public void AnnAutomationManager_UserMode()
{
AnnAutomationManager manager = _automation.Manager;
if (manager.UserMode == AnnUserMode.Design)
{
manager.UserMode = AnnUserMode.Run;
Debug.WriteLine("User mode is run, click again to go to design mode");
}
else
{
manager.UserMode = AnnUserMode.Design;
Debug.WriteLine("User mode is design, click again to go to run mode");
}
}
Products |
Support |
Feedback: UserMode Property - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.