'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the annotation viewer allows multiple selection of annotations.")> Public Property AnnotationMultiSelect As Boolean
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("A value indicating whether the annotation viewer allows multiple selection of annotations.")] public bool AnnotationMultiSelect { get; set; }
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("A value indicating whether the annotation viewer allows multiple selection of annotations.")] public: __property bool get_AnnotationMultiSelect(); public: __property void set_AnnotationMultiSelect(
bool value
);
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("A value indicating whether the annotation viewer allows multiple selection of annotations.")] public:
property bool AnnotationMultiSelect { bool get(); void set(bool value); }
Property Value
true if the annotation viewer allows multiple annotations to be selected together or concurrently; otherwise, false. Default value is true.