←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#
Objective-C
C++/CLI
Java
Python
public bool AutomationEnabled { get; } 
@property (nonatomic,readonly) BOOL automationEnabled; 
boolean getAutomationEnabled(); 
public:  
   property bool AutomationEnabled 
   { 
      bool get() 
   } 
AutomationEnabled # get  (IAnnAutomationControl) 

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.