ClipboardInstance Property |
Gets the shared clipboard instance
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Clipboard Instance { get; }
Public Shared ReadOnly Property Instance As Clipboard
Get
static member Instance : Clipboard with get
Property Value
Type:
ClipboardThe clipboard instance.
See Also