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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly