VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / CompositeVisualTool Class / DisableContextMenu Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    DisableContextMenu Property (CompositeVisualTool)
    In This Topic
    Gets or sets a value indicating whether context menu is shown when user presses the right mouse button and the right mouse button is set as an action button of the tool.
    Syntax
    'Declaration
    
    Public Overrides Property DisableContextMenu As Boolean
    
    
    public override bool DisableContextMenu { get; set; }
    
    
    public: __property bool get_DisableContextMenu(); override;
    public: __property void set_DisableContextMenu(
    bool value
    ); override;
    public:
    property bool DisableContextMenu { bool get() override;; void set(bool value) override;; }
    Exceptions
    ExceptionDescription
    Thrown if property sets for composite visual tool.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also