Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NClipboardTextFormat Class / AMrC Method


In This Topic
    AMrC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function AMrC( _
       ByVal bMrC() As NClipboardTextFormat, _
       ByVal CMrC As System.String _
    ) As NClipboardTextFormat
    'Usage
     
    
    Dim bMrC() As NClipboardTextFormat
    Dim CMrC As System.String
    Dim value As NClipboardTextFormat
     
    value = NClipboardTextFormat.AMrC(bMrC, CMrC)
    internal static NClipboardTextFormat AMrC( 
       NClipboardTextFormat[] bMrC,
       System.string CMrC
    )

    Parameters

    bMrC
    CMrC
    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