This function returns the clipboard content.
object.GetClipboard()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
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 Сlipboard content can be found in
.