In This Topic
GdPicture14 Namespace / GdViewer Class / AnnotationEnableMultiSelect Property

AnnotationEnableMultiSelect Property (GdViewer)

In This Topic
Specifies if multi selection in enabled for the GdPicture/XMP annotations. Default value is true.
Syntax
'Declaration
 
Public Property AnnotationEnableMultiSelect As Boolean
public bool AnnotationEnableMultiSelect {get; set;}
public read-write property AnnotationEnableMultiSelect: Boolean; 
public function get,set AnnotationEnableMultiSelect : boolean
public: __property bool get_AnnotationEnableMultiSelect();
public: __property void set_AnnotationEnableMultiSelect( 
   bool value
);
public:
property bool AnnotationEnableMultiSelect {
   bool get();
   void set (    bool value);
}
Remarks
To select multiple annotations, hold down the Ctrl key.
See Also