C#
VB
C++
Gets a value that indicates whether the automation control is enabled and can received mouse, touch or keyboard events.
public virtual bool AutomationEnabled { get; }
Public Overridable ReadOnly Property AutomationEnabled As Boolean
public:
virtual 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