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


In This Topic
    OnKeyDownInsert Method (SEditTextBox)
    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