Nevron .NET Vision
Nevron.Diagram Namespace / NAbilities Structure
Members


In This Topic
    NAbilities Structure
    In This Topic
    The NAbilities structure is used to define the abilities of a diagram element. It is wrapper for the AbilitiesMask enumeration, with a convenient interface to drop and raise the respective bits defined by the AbilitiesMask
    Object Model
    NAbilities Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.Internal.MCbE)>
    <System.SerializableAttribute()>
    Public Structure NAbilities 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NAbilities
    [System.ComponentModel.TypeConverter(Nevron.Internal.MCbE)]
    [System.Serializable()]
    public struct NAbilities : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Diagram.NAbilities

    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