Gets or sets whether to give the priority to the annotation over any other action or not.
public
bool AnnotationPrecedency {get; set;}
'Declaration
Public Property AnnotationPrecedency As
Boolean
'Usage
Dim instance As
MedicalViewerBaseCell
Dim value As
Boolean
instance.AnnotationPrecedency = value
value = instance.AnnotationPrecedency
public:
property
bool AnnotationPrecedency {
bool get();
void set (
bool value);
}
Property Value
True to give priority to the annotation over any other action, it is false otherwise.