FarPoint.Win Assembly / FarPoint.Win Namespace / FpMultiOption Class / OnGotFocus Method
An System.EventArgs that contains the event data.


In This Topic
OnGotFocus Method (FpMultiOption)
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 FpMultiOption
Dim e As EventArgs
 
instance.OnGotFocus(e)

Parameters

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