Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / Copy Method


In This Topic
    Copy Method (FpCombo)
    In This Topic
    Copies the selected text in the edit control to the Clipboard.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Copy() 
    'Usage
     
    
    Dim instance As FpCombo
     
    instance.Copy()
    public virtual void Copy()
    See Also