Nevron.Editors Namespace / NFontStyleTypeEditor Class / Edit Method / Edit(NFontStyle,NFontStyle) Method


In This Topic
    Edit(NFontStyle,NFontStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Edit( _
       ByVal fontStyle As NFontStyle, _
       ByRef fontStyleResult As NFontStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim fontStyle As NFontStyle
    Dim fontStyleResult As NFontStyle
    Dim value As System.Boolean
     
    value = NFontStyleTypeEditor.Edit(fontStyle, fontStyleResult)
    public static System.bool Edit( 
       NFontStyle fontStyle,
       out NFontStyle fontStyleResult
    )

    Parameters

    fontStyle
    fontStyleResult
    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