Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBody Class / Initialize Method


In This Topic
    Initialize Method (NCellBody)
    In This Topic
    Initializes the cell body
    Syntax
    'Declaration
     
    
    Public Overridable Sub Initialize( _
       ByVal layout As NCellsLayout, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NCellBody
    Dim layout As NCellsLayout
    Dim context As NLayoutContext
     
    instance.Initialize(layout, context)
    public virtual void Initialize( 
       NCellsLayout layout,
       NLayoutContext context
    )

    Parameters

    layout
    context
    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