Gets or sets the active container of the automation.
public virtual AnnContainer ActiveContainer { get; set; }
Public Overridable Property ActiveContainer As AnnContainer
public AnnContainer getActiveContainer()
public void setActiveContainer(AnnContainer container)
public:
virtual property AnnContainer^ ActiveContainer
{
AnnContainer^ get()
void set(AnnContainer^ value)
}
The to be set as the active container for this object.
This must be set to one of the values in Containers. If single container mode is used, then this property always gets and sets Container.
The active container is the object that will receive the pointer events and automation will be performed on its objects. It is never null and is updated automatically when the user adds or removes items from the Containers.
The automation object will perform hit-testing on all the containers when OnAutomationPointerDown is called and set the active container accordingly.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document