Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class / SdnC Method


In This Topic
    SdnC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub SdnC( _
       ByVal tdnC As NTextPosition, _
       ByVal select As System.Boolean, _
       ByVal UdnC As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim tdnC As NTextPosition
    Dim select As System.Boolean
    Dim UdnC As System.Boolean
     
    instance.SdnC(tdnC, select, UdnC)
    internal void SdnC( 
       NTextPosition tdnC,
       System.bool select,
       System.bool UdnC
    )

    Parameters

    tdnC
    select
    UdnC
    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