Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property AnnotationAction As MedicalViewerActionType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerCustomAnnotationArgs Dim value As MedicalViewerActionType value = instance.AnnotationAction |
C# | |
---|---|
public MedicalViewerActionType AnnotationAction {get;} |
C++/CLI | |
---|---|
public: property MedicalViewerActionType AnnotationAction { MedicalViewerActionType get(); } |
Property Value
MedicalViewerActionType enumeration that represents the custom annotation action type that will specify the type of the annotation that has its data requested.For an example, please refer to MedicalViewerCustomAnnotationRequestedObject.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7