Gtk.Clipboard.WaitForText Method
Requests the contents of the clipboard as text and converts the result to UTF-8 if necessary.

Syntax

public string WaitForText ()

Returns

an object of type string

Remarks

This function waits for the data to be received using the main loop, so events, timeouts, etc, may be dispatched during the wait.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)