Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarEditor Class / OnGotFocus Method


In This Topic
    OnGotFocus Method (FilterBarEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FilterBarEditor
    Dim e As EventArgs
     
    instance.OnGotFocus(e)
    protected override void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    See Also