Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / Paste Method


In This Topic
    Paste Method (GcTextBox)
    In This Topic
    Replaces the current selection in the control with the contents of the Clipboard.
    Syntax
    'Declaration
     
    
    Public Sub Paste() 
    'Usage
     
    
    Dim instance As GcTextBox
     
    instance.Paste()
    public void Paste()
    Remarks
    The Paste method will only paste text into the control if text is currently stored in the Clipboard.
    See Also