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