Property clipboard.text
Overload
Gets or sets clipboard text.
public static string text { get; set; }
Exceptions
AuException
Failed to open clipboard (after 10 s of wait/retry) or set clipboard data. |
OutOfMemoryException
The |
Property Value
string
|
Remarks
The get
function calls clipboardData.getText.
Gets/sets only data of text format. For other formats (files, HTML, image, etc) use clipboardData class.