C#
VB
Java
Objective-C
WinRT C#
C++
Gets a value that indicates whether the automation control is enabled and can received mouse, touch or keyboard events.
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()
}
true if the automation control is enabled; otherwise, it is false.
The provided implementation returns ImageViewer.Enabled.
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