PasteFromBuffer Method (IUtsScreen)
In This Topic
Pastes data from a specified clipboard buffer, if the specified buffer contains data. Ignored if an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data.
Syntax
'Declaration
Sub PasteFromBuffer( _
ByVal As Integer _
)
'Usage
Dim instance As IUtsScreen
Dim bufferNum As Integer
instance.PasteFromBuffer(bufferNum)
void PasteFromBuffer(
int
)
Parameters
- bufferNum
- int value 1 through 4 indicating the clipboard buffer to which data is copied.
See Also