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


Edit(NBackplaneStyle,Boolean,NBackplaneStyle) Method
Syntax
'Declaration
 
Public Overloads Shared Function Edit( _
   ByVal backplaneStyle As NBackplaneStyle, _
   ByVal automaticStyle As System.Boolean, _
   ByRef backplaneStyleResult As NBackplaneStyle _
) As System.Boolean
 
'Usage
 
Dim backplaneStyle As NBackplaneStyle
Dim automaticStyle As System.Boolean
Dim backplaneStyleResult As NBackplaneStyle
Dim value As System.Boolean
 
value = NBackplaneStyleTypeEditor.Edit(backplaneStyle, automaticStyle, backplaneStyleResult)

Parameters

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