VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ContextMenuStrip Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    ContextMenuStrip Свойство (ThumbnailViewer)
    В этом разделе
    Возвращает или задает контекстное меню, связанное со средством просмотра миниатюр.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The shortcut menu associated with the thumbnail viewer.")>
    Public Overrides Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
    
    
    [DefaultValue(null)]
    [Category("VintaSoft")]
    [Description("The shortcut menu associated with the thumbnail viewer.")]
    public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get; set; }
    
    
    [DefaultValue(null)]
    [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;
    [DefaultValue(null)]
    [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;; }
    Ремарки

    Это контекстное меню вызывается щелчком правой кнопкой мыши на пустом месте просмотрщика миниатюр.
    Меню ThumbnailContextMenuStrip будет вызвано при щелчке правой кнопкой мыши на миниатюре.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также