Nevron .NET Vision
Nevron.Diagram Namespace / AbilitiesMask Enumeration


In This Topic
    AbilitiesMask Enumeration
    In This Topic
    Abilities mask
    Syntax
    'Declaration
     
    
    Public Enum AbilitiesMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AbilitiesMask
    public enum AbilitiesMask : System.Enum 
    Members
    MemberDescription
    AllAll
    ChangeAspectRatioCan change aspect ratio - applicable to models
    ChangeEndPointCan change end point - applicable only to shapes
    ChangeStartPointCan change start point - applicable only to shapes
    ChangeStyleCan change style - applicable to styleable elements
    ComposeCan compose - applicable only to shapes
    ContextMenuEditCan context menu edit - applicable to context menu editable elements
    CopyCan copy - applicable to all elements
    DecomposeCan decompose - applicable only to shapes
    DeleteCan delete - applicable to all elements, which reside in composites
    ExportCan export - applicable to all elements paintable elements
    GroupCan group - applicable only to shapes
    InplaceEditCan inplace edit - applicable to inplace editable elements
    InsertElementsCan insert elements - applicable to composite elements
    MoveXCan move X - applicable to translatable elements
    MoveYCan move Y - applicable to translatable elements
    NoneNone
    PrintCan print - applicable to all elements paintable elements
    RemoveElementsCan remove elements - applicable to composite elements
    ReorderElementsCan reorder elements - applicable to composite elements
    ResizeXCan resize X - applicable to models
    ResizeYCan resize Y - applicable to models
    RotateCan rotate - applicable to models
    SelectCan select
    TrackersEditCan trackers edit - applicable only to shapes
    UngroupCan ungroup - applicable only to groups
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.AbilitiesMask

    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