Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / OnKeyDownInsert Method


In This Topic
    OnKeyDownInsert Method
    In This Topic
    Occurs when Insert key is down.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnKeyDownInsert() As Boolean
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As Boolean
     
    value = instance.OnKeyDownInsert()
    protected virtual bool OnKeyDownInsert()
    See Also