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);
}
See Also