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

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

    Requirements

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

    See Also