OnGotFocus Method (ChartShape)
In This Topic
Internal use only.
Syntax
'Declaration
Protected Overrides Sub OnGotFocus( _
ByVal As EventArgs _
)
'Usage
Dim instance As ChartShape
Dim e As EventArgs
instance.OnGotFocus(e)
protected override void OnGotFocus(
EventArgs
)
Parameters
- e
See Also