'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")> Public Property ShowAnnotations As Boolean
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] public bool ShowAnnotations { get; set; }
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")] public: __property bool get_ShowAnnotations(); public: __property void set_ShowAnnotations(
bool value
);
[Category("VintaSoft, Annotation")] [DefaultValue(True)] [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 - annotations are shown on the thumbnails in the viewer; false - annotations are not shown on the thumbnails in the viewer. Default value is true.