NevronOpenVision
Nevron.Nov.Diagram Namespace / NPageSelection Class / RegionSelect Method
items to select
RegionSelect Method
Performs a region node selection
Syntax
public virtual void RegionSelect( 
   NList<NPageItem> 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