Nevron .NET Vision
Nevron.Editors Namespace / NValueFormatterTypeEditor Class / Edit Method


In This Topic
    Edit Method (NValueFormatterTypeEditor)
    In This Topic
    Edits the specified value formatter.
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal valueFormatter As NValueFormatter, _
       ByRef valueFormatterResult As NValueFormatter _
    ) As System.Boolean
    'Usage
     
    
    Dim valueFormatter As NValueFormatter
    Dim valueFormatterResult As NValueFormatter
    Dim value As System.Boolean
     
    value = NValueFormatterTypeEditor.Edit(valueFormatter, valueFormatterResult)
    public static System.bool Edit( 
       NValueFormatter valueFormatter,
       out NValueFormatter valueFormatterResult
    )

    Parameters

    valueFormatter
    valueFormatterResult

    Return Value

    If the function returns true then the out parameter holds a valid value formatter.
    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