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


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

    Parameters

    e
    Event data
    See Also