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


In This Topic
    Edit Method (NGraphicsSettingsTypeEditor)
    In This Topic
    Shows a modal graphics settings editor
    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
    settings with which to initialize the editor
    result
    result settings

    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