IClipboard Interface
Definition
Namespace: Avalonia.Input.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IClipboard
<NotClientImplementableAttribute>
Public Interface IClipboard
[<NotClientImplementableAttribute>]
type IClipboard = interface end
Methods
| ClearAsync() | |
| GetDataAsync(String) | |
| GetFormatsAsync() | |
| GetTextAsync() | |
| SetDataObjectAsync(IDataObject) | |
| SetTextAsync(String) |