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


In This Topic
    Paste Method (FpCombo)
    In This Topic
    Pastes the contents of the Clipboard into the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Paste() 
    'Usage
     
    
    Dim instance As FpCombo
     
    instance.Paste()
    public virtual void Paste()
    See Also