ClipboardGetString Method |
Gets a string from the clipboard with the specified type identifier.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string GetString(
string type
)
Public Function GetString (
type As String
) As String
abstract GetString :
type : string -> string
override GetString :
type : string -> string
Parameters
- type
- Type: SystemString
Type identifier that was used to store the data.
Return Value
Type:
StringThe string.
Implements
IDataObjectGetString(String)See Also