AutomationContainerIndex Property

Summary
Gets or sets the active container index.
Syntax
C#
C++/CLI
public virtual int AutomationContainerIndex { get; set; } 
            public: 
virtual property int AutomationContainerIndex { 
   int get(); 
   void set (    int ); 
} 

Property Value

The 0-based index of the active container.

Remarks

AutomationContainerIndex is called by the automation object to set the index of the active container when multi-container mode is used. After that, all the properties and methods that are called to inquire information about the container must use this value to get the actual Leadtools.Annotations.Engine.AnnContainer object. Usually, from the collection of the containers obtained from AutomationGetContainersCallback.

The default implementation saves the value of AutomationContainerIndex into a local variable and use it as needed.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.