MedicalViewerCustomAnnotationRequestedObject Enumeration

Summary

Represents the enumeration that will be sent through the MedicalViewerBaseCell.CustomAnnotationDataRequested to the custom annotation object, run designer, or edit designer.

Syntax
C#
VB
C++
public enum MedicalViewerCustomAnnotationRequestedObject 
  
Public Enum MedicalViewerCustomAnnotationRequestedObject  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
            public enum class MedicalViewerCustomAnnotationRequestedObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0EditDesigner The request is a new instance of the custom annotation edit designer.
1DrawDesigner The request is a new instance of the custom annotation run designer.
2AnnotationObject The request is a new instance of the custom annotation object.

Remarks

The annotation as custom must be declared before registering the MedicalViewerBaseCell.CustomAnnotationDataRequested event.

For more information on how to create a custom annotation, refer to the MedicalViewerBaseCell.CustomAnnotationDataRequested event.

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