Nevron.Diagram.ThinWeb Namespace / NToggleViewLayoutAction Class / NToggleViewLayoutAction Constructor / NToggleViewLayoutAction Constructor(CanvasLayout,Boolean,String)


In This Topic
    NToggleViewLayoutAction Constructor(CanvasLayout,Boolean,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal layout As CanvasLayout, _
       ByVal resetZoom As System.Boolean, _
       ByVal tooltip As System.String _
    )
    'Usage
     
    
    Dim layout As CanvasLayout
    Dim resetZoom As System.Boolean
    Dim tooltip As System.String
     
    Dim instance As New NToggleViewLayoutAction(layout, resetZoom, tooltip)
    public NToggleViewLayoutAction( 
       CanvasLayout layout,
       System.bool resetZoom,
       System.string tooltip
    )

    Parameters

    layout
    resetZoom
    tooltip
    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