Click or drag to resize
DigitalRunePlatformHelperIsClipboardSupported Property
Gets a value indicating whether the System.Windows.Forms.Clipboard is supported on the current platform.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool IsClipboardSupported { get; }

Property Value

Type: Boolean
if the clipboard is supported on the current platform; otherwise, .
See Also