VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also