Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NSnapTargetsTypeEditor Class / Edit Method
targets with which to initialize the editor
result targets


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

    Parameters

    targets
    targets with which to initialize the editor
    result
    result targets

    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