←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
Java
Objective-C
WinRT C#
C++
public bool AutomationEnabled { get; } 
ReadOnly Property AutomationEnabled As Boolean 
bool AutomationEnabled {get;} 
@property (nonatomic,readonly) BOOL automationEnabled; 
boolean getAutomationEnabled(); 
get_AutomationEnabled();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly