←Select platform

SelectMultipleAnnotation Property

Summary

Gets or sets the value that indicates whether to allow the selection of multiple annotation or not.

Syntax

C#
VB
C++
public bool SelectMultipleAnnotation {get; set;}
Public Property SelectMultipleAnnotation As Boolean
public: 
property bool SelectMultipleAnnotation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow the user to select multiple annotation, false to prevent multiple annotation selection.

Remarks
  • To select multiple annotation, make sure that this property is set to true, then click and drag the mouse to create a selection rectangle over the annotations object.
  • To create a selection rectangle, you must have a mouse button that is not assigned to any action. this is done by setting the value MedicalViewerActionType.None through the SetAction method.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize