| PlatformHelperIsClipboardSupported Property |
Gets a value indicating whether the System.Windows.Forms.Clipboard is
supported on the current platform.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool IsClipboardSupported { get; }
Public Shared ReadOnly Property IsClipboardSupported As Boolean
Get
public:
static property bool IsClipboardSupported {
bool get ();
}
static member IsClipboardSupported : bool with get
Property Value
Type:
Boolean if the clipboard is supported on the current platform; otherwise,
.
See Also