Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEditTabStopBatch Class / NEditTabStopBatch Constructor


In This Topic
    NEditTabStopBatch Constructor
    In This Topic
    Default constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tabStop As NTabStop _
    )
    'Usage
     
    
    Dim tabStop As NTabStop
     
    Dim instance As New NEditTabStopBatch(tabStop)
    public NEditTabStopBatch( 
       NTabStop tabStop
    )

    Parameters

    tabStop
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also