Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGroup Class / GetAbilitiesMask Method


In This Topic
    GetAbilitiesMask Method (NGroup)
    In This Topic
    Overriden to return the group abilities.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetAbilitiesMask() As ENDiagramItemOperationMask
    'Usage
     
    
    Dim instance As NGroup
    Dim value As ENDiagramItemOperationMask
     
    value = instance.GetAbilitiesMask()
    public override ENDiagramItemOperationMask GetAbilitiesMask()
    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