Class Clipboard
Forms9Patch.Clipboard class
Inherited Members
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 |
|
Events
ContentChanged
Event fired when the content on the clipboard has changed
Declaration
public static event EventHandler ContentChanged
Event Type
Type | Description |
---|---|
EventHandler |