List & Label .NET
combit.Reporting Namespace / ListLabelRTFControl Class / CopyToClipboard Method


In This Topic
    CopyToClipboard Method
    In This Topic

    Copies the contents of the RTF object to the clipboard. Several clipboard formats are available: CF_TEXT, CF_TEXTW (using the Unicode-DLL) and CF_RTF.

    Syntax
    'Declaration
     
    
    Public Sub CopyToClipboard() 
    public void CopyToClipboard()
    public:
    void CopyToClipboard(); 
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also