VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / DisableThumbnailContextMenu Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DisableThumbnailContextMenu Property (ThumbnailViewer)
    In This Topic
    Gets or sets a value indicating whether the thumbnail viewer does not show shortcut menu for thumbnail.
    Syntax
    '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.
    Remarks

    ContextMenuStrip menu will be used as a shortcut menu for the thumbnail if value of this property is set to true.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also