Nevron .NET Vision
Nevron.Chart Namespace / NPanelTypeEditor Class / Edit Method


In This Topic
    Edit Method (NPanelTypeEditor)
    In This Topic
    Edits the specified panel
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal panel As NPanel, _
       ByRef panelResult As NPanel _
    ) As System.Boolean
    'Usage
     
    
    Dim panel As NPanel
    Dim panelResult As NPanel
    Dim value As System.Boolean
     
    value = NPanelTypeEditor.Edit(panel, panelResult)
    public static System.bool Edit( 
       NPanel panel,
       out NPanel panelResult
    )

    Parameters

    panel
    panelResult
    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