VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / CompositeVisualTool Class / ActiveTool Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ActiveTool Property (CompositeVisualTool)
    In This Topic
    Gets or sets the active visual tool.
    Syntax
    'Declaration
    
    Public Property ActiveTool As VisualTool
    
    
    public VisualTool ActiveTool { get; set; }
    
    
    public: __property VisualTool* get_ActiveTool();
    public: __property void set_ActiveTool(
    VisualTool* value
    );
    public:
    property VisualTool^ ActiveTool { VisualTool^ get(); void set(VisualTool^ value); }
    Remarks

    Composite visual tool draws the active visual tool over all other tools and sends mouse/keyboard events only to the active visual tool if active visual tool is specified.

    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