'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")> Public Property ShowAnnotations As Boolean
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] public bool ShowAnnotations { get; set; }
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] public: __property bool get_ShowAnnotations(); public: __property void set_ShowAnnotations(
bool value
);
[DefaultValue(True)] [Category("VintaSoft, Annotation")] [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] public:
property bool ShowAnnotations { bool get(); void set(bool value); }
Property Value
True - аннотации отображаются на миниатюрах в просмотрщике; false - аннотации не отображаются на миниатюрах в просмотрщике. Значение по умолчанию - true.