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


In This Topic
    EditStyle(NBackplaneStyle,Boolean,NBackplaneStyle) Method
    In This Topic
    Overriden to show the backplane style type editor
    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)
    protected virtual System.bool EditStyle( 
       NBackplaneStyle inStyle,
       System.bool automatic,
       out NBackplaneStyle 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