UserMode Property

Summary
Gets or sets the value that indicates the current annotation mode and whether it's a run or an design mode.
Syntax
C#
VB
C++
public MedicalViewerUserMode UserMode { get; set; } 
  
Public Property UserMode As MedicalViewerUserMode 
            public: 
property MedicalViewerUserMode UserMode { 
   MedicalViewerUserMode get(); 
   void set (    MedicalViewerUserMode ); 
} 

Property Value

MedicalViewerUserMode that determines the current annotation mode, and whether it's a run or an edit mode.

Remarks

The edit mode is a mode where the user can click or drag the selected the annotation object(s). The run mode is where the user can click on the objects if they are not locked and then be redirected to the specified address.

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.