'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("A value indicating whether the annotation viewer allows multiple selection of annotations.")> Public Property AnnotationMultiSelect As Boolean
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("A value indicating whether the annotation viewer allows multiple selection of annotations.")] public bool AnnotationMultiSelect { get; set; }
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [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
);
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [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, если просмотрщик аннотаций позволяет выбирать несколько аннотаций вместе или одновременно; в противном случае, false. Значение по умолчанию - true.