VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / ContextMenuStrip Property
Синтаксис Требования Смотрите также
В этом разделе
    ContextMenuStrip Свойство (AnnotationView)
    В этом разделе
    Возвращает или задает System.Windows.Forms.ContextMenuStrip, связанный с аннотацией.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Context menu strip associated with the annotation.")>
    Public Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
    
    
    [Description("Context menu strip associated with the annotation.")]
    public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get; set; }
    
    
    [Description("Context menu strip associated with the annotation.")]
    public: __property System.Windows.Forms.ContextMenuStrip* get_ContextMenuStrip();
    public: __property void set_ContextMenuStrip(
    System.Windows.Forms.ContextMenuStrip* value
    );
    [Description("Context menu strip associated with the annotation.")]
    public:
    property System.Windows.Forms.ContextMenuStrip^ ContextMenuStrip { System.Windows.Forms.ContextMenuStrip^ get(); void set(System.Windows.Forms.ContextMenuStrip^ value); }
    Требования

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

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