Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / OnCancel Method


In This Topic
    OnCancel Method (TextInput)
    In This Topic
    Occurs after the cancel button is clicked.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCancel() 
    'Usage
     
    
    Dim instance As TextInput
     
    instance.OnCancel()
    protected virtual void OnCancel()
    See Also