Nevron .NET Vision
Nevron.Editors Namespace / NShadowStyleButton Class / EditStyle(NShadowStyle,Boolean,NShadowStyle) Method


In This Topic
    EditStyle(NShadowStyle,Boolean,NShadowStyle) Method
    In This Topic
    Overriden to show the standard frame style type editor
    Syntax
    'Declaration
     
    
    Protected Overridable Function EditStyle( _
       ByVal inStyle As NShadowStyle, _
       ByVal automatic As System.Boolean, _
       ByRef outStyle As NShadowStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShadowStyleButton
    Dim inStyle As NShadowStyle
    Dim automatic As System.Boolean
    Dim outStyle As NShadowStyle
    Dim value As System.Boolean
     
    value = instance.EditStyle(inStyle, automatic, outStyle)
    protected virtual System.bool EditStyle( 
       NShadowStyle inStyle,
       System.bool automatic,
       out NShadowStyle 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