Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / PasteFromClipboard Method


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

    Return Value

    True if successful; false otherwise
    See Also