Spread Windows Forms 12.0 Product Documentation
OnGotFocus Method (ElementContainerControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace > ElementContainerControl Class : OnGotFocus Method
A System.Windows.Forms.KeyEventArgs that contains the event data.
Raise the GotFocus event
Syntax
'Declaration
 
Protected Overrides Sub OnGotFocus( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementContainerControl
Dim e As EventArgs
 
instance.OnGotFocus(e)
protected override void OnGotFocus( 
   EventArgs e
)

Parameters

e
A System.Windows.Forms.KeyEventArgs that contains the event data.
See Also

Reference

ElementContainerControl Class
ElementContainerControl Members