Gets content of the system clipboard.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
string GetClipboardText(
	out TextDataType dataType
)
Visual Basic
Function GetClipboardText ( 
	<OutAttribute> ByRef dataType As TextDataType
) As String

Parameters

dataType
Type: Sgry.Azuki..::..TextDataType%
The type of the text data in the clipboard

Return Value

Type: String
Text content retrieved from the clipboard if available. Otherwise null.

Remarks

This method gets text from the system clipboard. If stored text data is a special format (line or rectangle,) its data type will be set to dataType parameter.

See Also