This function returns the clipboard content.
object.GetText()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISClipboard interface |
string
Display the clipboard content.
Dim aClipboard
Dim aText
Set aClipboard = Profile.GetClipboard
aText = aClipboard.GetText
Profile.MsgBox(aText)
In Profile Client v8 on User Interface the clipboard content can be found in
.