NativeClipboard Class
Native Clipboard implementation to copy data to the clipboard
Namespace: PCB_Investigator.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class NativeClipboard : IDisposable
Public Class NativeClipboard
Implements IDisposable
public ref class NativeClipboard : IDisposable
type NativeClipboard =
class
interface IDisposable
end
- Inheritance
- Object NativeClipboard
- Implements
- IDisposable
| AddFormat |
Copy bytes with the given format to the clipboard (prepare insert, does not yet insert into clipboard)
|
| Dispose |
Dispose of current items
|
| SetClipboard |
Commit prepared formats to the clipboard
|