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


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