Spread Windows Forms 12.0 Product Documentation
Paste Method (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : Paste Method
Replaces the current selection in the control with the contents of the Clipboard.
Syntax
'Declaration
 
Public Sub Paste() 
'Usage
 
Dim instance As DropDownEditor
 
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

Reference

DropDownEditor Class
DropDownEditor Members