Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / Copy Method


In This Topic
    Copy Method (DropDownEditor)
    In This Topic
    Copies the current selection in the control to the Clipboard.
    Syntax
    'Declaration
     
    
    Public Sub Copy() 
    'Usage
     
    
    Dim instance As DropDownEditor
     
    instance.Copy()
    public void Copy()
    Remarks
    You can use this method, instead of using the Clipboard class, to copy text in the control and place it in the Clipboard.
    See Also