Interface IClipboardManager
Namespace: PoeShared.Native
Assembly: PoeShared.Native.dll
Syntax
public interface IClipboardManager
Properties
| Name | Description |
|---|---|
| ClipboardRestorationTimeout | |
| ClipboardSetRetryCount |
Methods
| Name | Description |
|---|---|
| Clear() | |
| ContainsFileDropList() | |
| ContainsImage() | |
| ContainsText() | |
| GetDataObject() | |
| GetFileDropList() | |
| GetImage() | |
| GetText() | |
| SetDataObject(object) | |
| SetImage(Image) | |
| SetText(string) |