Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENGroupSelectionMode Enumeration


In This Topic
    ENGroupSelectionMode Enumeration
    In This Topic
    Enumerates the default way in which shapes in groups are resized.
    Syntax
    'Declaration
     
    
    Public Enum ENGroupSelectionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGroupSelectionMode
    public enum ENGroupSelectionMode : System.Enum 
    Members
    MemberDescription
    GroupFirstSpecifies that when you click a group, the group is selected first. If you click again, you can select an individual shape. Group first is the default behavior for most groups.
    GroupOnlySpecifies that when you click a group, only the group is selected. You cannot select the individual shapes within a group.
    ShapesFirstSpecifies that when you click a group, you select the individual shape that you're pointing to. You must click the bounding box around the group to select the group itself.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENGroupSelectionMode

    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