Object Property

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

Property Value

Leadtools.Annotations.Engine.AnnObject 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 container of this object, use the Container 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.