VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also