Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NSnapStrengthTypeEditor Class / Edit Method
snap strength with which to initialize the editor
result snap strength


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

    Parameters

    strength
    snap strength with which to initialize the editor
    result
    result snap strength

    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