Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Location
My.Computer.Clipboard.GetText Syntax
Dim result As String = My.Computer.Clipboard.GetText([format])
Description
The GetText method returns a String of text retrieved from the system clipboard in a specified text format. If the specified text data is not present on the clipboard, an empty string is returned. Usage at a Glance
Related Framework Entries
See Also
Clipboard Object, ContainsText Method, GetAudioStream Method, GetData Method, GetDataObject Method, GetFileDropList Method, GetImage Method, GetText Method, SetText Method |
Категории