Container Property

Summary
Gets the annotation container that contains the annotation object that is being created, clicked under the run time mode or edited.
Syntax
C#
VB
C++
public AnnContainer Container { get; } 
  
Public ReadOnly Property Container As AnnContainer 
            public: 
property AnnContainer^ Container { 
   AnnContainer^ get(); 
} 

Property Value

Leadtools.Annotations.Engine.AnnContainer that represents the annotation container that contains the annotation object that is being created, clicked under the run time mode or edited.

Remarks

To retrieve the index of the sub-cell that uses this container, use the SubCellIndex property.

Example

For an example, refer to MedicalViewerBaseCell.DesignerCreated.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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