Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateGuidelineTool Class / CreateElement Method


In This Topic
    CreateElement Method (NCreateGuidelineTool)
    In This Topic
    Overriden to create a horizonal or vertical guideline
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateElement( _
       ByVal preview As System.Boolean _
    ) As INDiagramElement
    'Usage
     
    
    Dim instance As NCreateGuidelineTool
    Dim preview As System.Boolean
    Dim value As INDiagramElement
     
    value = instance.CreateElement(preview)
    protected override INDiagramElement CreateElement( 
       System.bool preview
    )

    Parameters

    preview
    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