OnGotFocus Method (XViewHost)
In This Topic
Raises the System.Windows.Forms.Control.GotFocus event.
Syntax
'Declaration
Protected Overrides Sub OnGotFocus( _
ByVal As EventArgs _
)
protected override void OnGotFocus(
EventArgs
)
Parameters
- e
- An System.EventArgs that contains the event data.
See Also