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