FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / PasteFromClipboard Method


In This Topic
PasteFromClipboard Method (InputTextBox)
In This Topic
Pastes the data from the Clipboard.
Syntax
'Declaration
 
Public Overridable Function PasteFromClipboard() As Boolean
 
'Usage
 
Dim instance As InputTextBox
Dim value As Boolean
 
value = instance.PasteFromClipboard()

Return Value

True if successful; false otherwise
See Also