ISProfile.GetClipboard

Description

This function returns the clipboard content.

Syntax

object.GetClipboard()

Part Attribute Type Description
object Required
The object always implements the ISProfile interface

Return Value

ISClipboard

Returns the clipboard content.

Example

Display the clipboard content.

Dim aClipboard
Dim aText

Set aClipboard = Profile.GetClipboard
aText = aClipboard.GetText
Profile.MsgBox(aText)
Note:

In Profile Client v8 on User Interface Сlipboard content can be found in Edit > Show Clipboard.

Version information

Added in v7.8.0