Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragTool Class / CreateActivationArea Method


In This Topic
    CreateActivationArea Method (NDragTool)
    In This Topic
    Gets the area in which this tool can activate. A return value of null, means that the tool can activate in any area.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateActivationArea() As NGraphicsPath
    'Usage
     
    
    Dim instance As NDragTool
    Dim value As NGraphicsPath
     
    value = instance.CreateActivationArea()
    protected virtual NGraphicsPath CreateActivationArea()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also