'Declaration <DescriptionAttribute("A value indicating whether the thumbnail viewer does not show shortcut menu for thumbnail.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(False)> Public Property DisableThumbnailContextMenu As Boolean
[Description("A value indicating whether the thumbnail viewer does not show shortcut menu for thumbnail.")] [Category("VintaSoft")] [DefaultValue(False)] public bool DisableThumbnailContextMenu { get; set; }
[Description("A value indicating whether the thumbnail viewer does not show shortcut menu for thumbnail.")] [Category("VintaSoft")] [DefaultValue(False)] public: __property bool get_DisableThumbnailContextMenu(); public: __property void set_DisableThumbnailContextMenu(
bool value
);
[Description("A value indicating whether the thumbnail viewer does not show shortcut menu for thumbnail.")] [Category("VintaSoft")] [DefaultValue(False)] public:
property bool DisableThumbnailContextMenu { bool get(); void set(bool value); }
Property Value
true - thumbnail viewer does not show shortcut menu for thumbnail; false - thumbnail viewer shows shortcut menu for thumbnail.
Default value is false.
Default value is false.