Search Results for

    Show / Hide Table of Contents

    Class Clipboard

    Native platform clipboard service.

    Inheritance
    System.Object
    Clipboard
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public static class Clipboard : Object

    Properties

    Files

    Sets the files to the clipboard.

    Declaration
    [Unmanaged]
    public static string[] Files { get; set; }
    Property Value
    System.String[]

    RawData

    Sets the raw bytes data to the clipboard.

    Declaration
    [Unmanaged]
    public static byte[] RawData { get; set; }
    Property Value
    System.Byte[]

    Text

    Sets text to the clipboard.

    Declaration
    [Unmanaged]
    public static string Text { get; set; }
    Property Value
    System.String

    Methods

    Clear()

    Clear the clipboard contents.

    Declaration
    [Unmanaged]
    public static void Clear()
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat