Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NProtectionTypeEditor Class / Edit Method
protection with which to initialize the editor
abilities of the element
result protection


In This Topic
    Edit Method (NProtectionTypeEditor)
    In This Topic
    Shows a modal protection editor
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal protection As NAbilities, _
       ByVal abilities As NAbilities, _
       ByRef result As NAbilities _
    ) As System.Boolean
    'Usage
     
    
    Dim protection As NAbilities
    Dim abilities As NAbilities
    Dim result As NAbilities
    Dim value As System.Boolean
     
    value = NProtectionTypeEditor.Edit(protection, abilities, result)
    public static System.bool Edit( 
       NAbilities protection,
       NAbilities abilities,
       out NAbilities result
    )

    Parameters

    protection
    protection with which to initialize the editor
    abilities
    abilities of the element
    result
    result protection

    Return Value

    true if the user pressed the OK button, otherwise false
    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