Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateElementTool Class / RequiresTargetLayer Property


In This Topic
    RequiresTargetLayer Property (NCreateElementTool)
    In This Topic
    Determines whether the tool requires an active document layer
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property RequiresTargetLayer As System.Boolean
    'Usage
     
    
    Dim instance As NCreateElementTool
    Dim value As System.Boolean
     
    value = instance.RequiresTargetLayer
    protected virtual System.bool RequiresTargetLayer {get;}

    Property Value

    true if active document layer is required, otherwise false
    Remarks
    This implementation returns true
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also