Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ControlBase Class / OnGotFocus Method
An System.EventArgs that contains the event data.


In This Topic
    OnGotFocus Method (ControlBase)
    In This Topic
    Raises the System.Windows.Forms.Control.GotFocus event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ControlBase
    Dim e As EventArgs
     
    instance.OnGotFocus(e)
    protected override void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also