Nevron.Editors Namespace / NBackplaneStyleButton Class / EditStyle(NBackplaneStyle,Boolean,NBackplaneStyle) Method


EditStyle(NBackplaneStyle,Boolean,NBackplaneStyle) Method
Syntax
'Declaration
 
Protected Overridable Function EditStyle( _
   ByVal inStyle As NBackplaneStyle, _
   ByVal automatic As System.Boolean, _
   ByRef outStyle As NBackplaneStyle _
) As System.Boolean
 
'Usage
 
Dim instance As NBackplaneStyleButton
Dim inStyle As NBackplaneStyle
Dim automatic As System.Boolean
Dim outStyle As NBackplaneStyle
Dim value As System.Boolean
 
value = instance.EditStyle(inStyle, automatic, outStyle)

Parameters

inStyle
automatic
outStyle
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