Clipboard::GetText

Clipboard::GetText
virtual const WStringBuffer& GetText();
Description

GetText returns a plain string stored in the clipboard. This method can be overridden to retrieve data from the clipboard. PlainText member can be used for the storage.

Return Value

A wide-character string buffer with current clipboards text (see WStringBuffer).