VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ThumbnailContextMenuStrip Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    ThumbnailContextMenuStrip Свойство (ThumbnailViewer)
    В этом разделе
    Возвращает или задает контекстное меню, связанное с одним эскизом просмотрщика миниатюр.
    Синтаксис
    '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); }
    Ремарки

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

    Требования

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

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