AutomationEnabled Property (original) (raw)
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()
}
Property Value
true if the automation control is enabled; otherwise, it is false.
Remarks
The provided implementation returns ImageViewer.Enabled.
Leadtools.Annotations.Engine Assembly