Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NHeaderFooter Class / Shl Method


In This Topic
    Shl Method (NHeaderFooter)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function Shl( _
       ByVal ESpC As NDomProperty, _
       ByRef value As System.Object, _
       ByRef fSpC As NElement _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NHeaderFooter
    Dim ESpC As NDomProperty
    Dim value As System.Object
    Dim fSpC As NElement
    Dim value As System.Boolean
     
    value = instance.Shl(ESpC, value, fSpC)
    internal override System.bool Shl( 
       NDomProperty ESpC,
       ref System.object value,
       ref NElement fSpC
    )

    Parameters

    ESpC
    value
    fSpC
    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