Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellsLayout Class / CreateCell Method


In This Topic
    CreateCell Method (NCellsLayout)
    In This Topic
    Called in the cells creation process to create a cell instance
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateCell() As NCellBody
    'Usage
     
    
    Dim instance As NCellsLayout
    Dim value As NCellBody
     
    value = instance.CreateCell()
    protected virtual NCellBody CreateCell()
    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