Nevron.Diagram.Editors Namespace / NGraphicsSettingsTypeEditor Class / Edit Method


In This Topic
    Edit Method (NGraphicsSettingsTypeEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal settings As NGraphicsSettings, _
       ByRef result As NGraphicsSettings _
    ) As System.Boolean
    'Usage
     
    
    Dim settings As NGraphicsSettings
    Dim result As NGraphicsSettings
    Dim value As System.Boolean
     
    value = NGraphicsSettingsTypeEditor.Edit(settings, result)
    public static System.bool Edit( 
       NGraphicsSettings settings,
       out NGraphicsSettings result
    )

    Parameters

    settings
    result
    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