OnGotFocus Method (GcTextBox)
Raises the GotFocus event.
protected override void OnGotFocus(
EventArgs
)
'Declaration
Protected Overrides Sub OnGotFocus( _
ByVal As EventArgs _
)
'Usage
Dim instance As GcTextBox
Dim e As EventArgs
instance.OnGotFocus(e)
Parameters
- e
- A System.Windows.Forms.KeyEventArgs that contains the event data.