Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageSelection Class / RegionSelect Method
items to select


In This Topic
    RegionSelect Method
    In This Topic
    Performs a region node selection
    Syntax
    'Declaration
     
    
    Public Overridable Sub RegionSelect( _
       ByVal items As NList(Of NDiagramItem) _
    ) 
    'Usage
     
    
    Dim instance As NPageSelection
    Dim items As NList(Of NDiagramItem)
     
    instance.RegionSelect(items)
    public virtual void RegionSelect( 
       NList<NDiagramItem> items
    )

    Parameters

    items
    items to select
    Remarks
    This method takes into account the current Control and Shift key states and performs the following actions:

    1. If the CTRL key is pressed it will toggle the node selection state

    2. If the SHIFT key is pressed it will multi select the specified node

    3. If no key modifier is pressed it will clear the selection and multi select the specified node

    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