VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ThumbnailContextMenuStrip Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ThumbnailContextMenuStrip Property (ThumbnailViewer)
    In This Topic
    Gets or sets the shortcut menu associated with the single thumbnail of the thumbnail viewer.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The shortcut menu associated with the single thumbnail of the thumbnail viewer.")>
    Public Property ThumbnailContextMenuStrip As System.Windows.Forms.ContextMenuStrip
    
    
    [DefaultValue(null)]
    [Category("VintaSoft")]
    [Description("The shortcut menu associated with the single thumbnail of the thumbnail viewer.")]
    public System.Windows.Forms.ContextMenuStrip ThumbnailContextMenuStrip { get; set; }
    
    
    [DefaultValue(null)]
    [Category("VintaSoft")]
    [Description("The shortcut menu associated with the single thumbnail of the thumbnail viewer.")]
    public: __property System.Windows.Forms.ContextMenuStrip* get_ThumbnailContextMenuStrip();
    public: __property void set_ThumbnailContextMenuStrip(
    System.Windows.Forms.ContextMenuStrip* value
    );
    [DefaultValue(null)]
    [Category("VintaSoft")]
    [Description("The shortcut menu associated with the single thumbnail of the thumbnail viewer.")]
    public:
    property System.Windows.Forms.ContextMenuStrip^ ThumbnailContextMenuStrip { System.Windows.Forms.ContextMenuStrip^ get(); void set(System.Windows.Forms.ContextMenuStrip^ value); }
    Remarks

    This shortcut menu is invoked by right-click on the thumbnail.
    ContextMenuStrip menu will be invoked if right-click on an empty spot of the thumbnail viewer.

    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