Nevron.Editors Namespace / NBackplaneStyleTypeEditor Class / Edit Method / Edit(NBackplaneStyle,NBackplaneStyle) Method


In This Topic
    Edit(NBackplaneStyle,NBackplaneStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Edit( _
       ByVal backplaneStyle As NBackplaneStyle, _
       ByRef backplaneStyleResult As NBackplaneStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim backplaneStyle As NBackplaneStyle
    Dim backplaneStyleResult As NBackplaneStyle
    Dim value As System.Boolean
     
    value = NBackplaneStyleTypeEditor.Edit(backplaneStyle, backplaneStyleResult)
    public static System.bool Edit( 
       NBackplaneStyle backplaneStyle,
       out NBackplaneStyle backplaneStyleResult
    )

    Parameters

    backplaneStyle
    backplaneStyleResult
    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