Show / Hide Table of Contents

    Class Clipboard

    Forms9Patch.Clipboard class

    Inheritance
    Object
    Clipboard
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public static class Clipboard

    Properties

    Entry

    Gets/Sets the current Entry on the clipboard

    Declaration
    public static IMimeItemCollection Entry { get; set; }
    Property Value
    Type Description
    IMimeItemCollection

    EntryCaching

    Turns of caching latest clipboard entry (for speed, of course). Mostly for test purposes.

    Declaration
    public static bool EntryCaching { get; set; }
    Property Value
    Type Description
    Boolean

    true if the latest clipboard entry is cached; otherwise, false.

    Events

    ContentChanged

    Event fired when the content on the clipboard has changed

    Declaration
    public static event EventHandler ContentChanged
    Event Type
    Type Description
    EventHandler
    Back to top Copyright © 2018 42nd Parallel