Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / OnActivatingTextBoxLeave Method


In This Topic
    OnActivatingTextBoxLeave Method
    In This Topic
    Called when user leave focus from activating text box.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnActivatingTextBoxLeave() 
    'Usage
     
    
    Dim instance As ModelessForm
     
    instance.OnActivatingTextBoxLeave()
    protected virtual void OnActivatingTextBoxLeave()
    See Also