VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class / DisableContextMenu Property
Синтаксис Требования Смотрите также
В этом разделе
    DisableContextMenu Свойство (VisualTool)
    В этом разделе
    Возвращает или задает значение, указывающее, должно ли просмотрщик изображений отключать контекстное меню в просмотрщике изображений, если правая кнопка мыши установлена ​​в качестве кнопки действия визуального инструмента.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")>
    <CategoryAttribute("Behavior")>
    Public Overridable Property DisableContextMenu As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")]
    [Category("Behavior")]
    public virtual bool DisableContextMenu { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")]
    [Category("Behavior")]
    public: __property virtual bool get_DisableContextMenu();
    public: __property virtual void set_DisableContextMenu(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")]
    [Category("Behavior")]
    public:
    virtual property bool DisableContextMenu { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

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

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