Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / OnActivatingTextBoxEnter Method


In This Topic
    OnActivatingTextBoxEnter Method (ChartSelectDataSource)
    In This Topic
    Called when user put focus on activating text box.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnActivatingTextBoxEnter() 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
     
    instance.OnActivatingTextBoxEnter()
    protected virtual void OnActivatingTextBoxEnter()
    See Also