←Select platform

AutomationEnabled Property

Summary

Gets a value that indicates whether the automation control is enabled and can received mouse, touch or keyboard events.

Syntax
C#
VB
Objective-C
C++
Java
public bool AutomationEnabled { get; } 
ReadOnly Property AutomationEnabled As Boolean 
@property (nonatomic,readonly) BOOL automationEnabled; 
boolean getAutomationEnabled(); 
public:  
   property bool AutomationEnabled 
   { 
      bool get() 
   } 

Property Value

true if the automation control is enabled; otherwise, it is false.

Remarks

The provided implementation returns ImageViewer.Enabled.

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