Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class / OnGotFocus Method
Event data


In This Topic
    OnGotFocus Method (ButtonElement)
    In This Topic
    Occurs when the element gets focus.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ButtonElement
    Dim e As EventArgs
     
    instance.OnGotFocus(e)
    protected override void OnGotFocus( 
       EventArgs e
    )

    Parameters

    e
    Event data
    See Also