Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NInline Class / bfl Method


In This Topic
    bfl Method (NInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub bfl( _
       ByVal htMC As System.Integer, _
       ByRef ItMC As vnMC _
    ) 
    'Usage
     
    
    Dim instance As NInline
    Dim htMC As System.Integer
    Dim ItMC As vnMC
     
    instance.bfl(htMC, ItMC)
    internal abstract void bfl( 
       System.int htMC,
       ref vnMC ItMC
    )

    Parameters

    htMC
    ItMC
    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