Nevron .NET Vision
Nevron.Editors Namespace / NFontStyleButton Class / EditStyle(NFontStyle,Boolean,NFontStyle) Method


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