GrapeCity MultiRow Windows Forms Documentation
OnGotFocus Method (GcMultiRow)


A System.Windows.Forms.KeyEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.GotFocus event
Syntax
Protected Overrides Sub OnGotFocus( _
   ByVal e As EventArgs _
) 
Dim instance As GcMultiRow
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.
Remarks

If the GcMultiRow control's CurrentCell is a null reference (Nothing in Visual Basic), when the control gets focus, the control assigns a new current cell base to the cell index and row index.

If the EditMode property value is EditMode.EditOnEnter, when GcMultiRow gets focus, the control enters edit mode.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.