ComponentOne FlexGrid for WinForms
C1EditorUpdateBounds Method

C1.Win.C1FlexGrid Namespace > IC1EmbeddedEditor Interface : C1EditorUpdateBounds Method
The bounds of the cell being edited, in client coordinates.
Called to update the editor's size and position.
Syntax
'Declaration
 
Sub C1EditorUpdateBounds( _
   ByVal rc As Rectangle _
) 
void C1EditorUpdateBounds( 
   Rectangle rc
)

Parameters

rc
The bounds of the cell being edited, in client coordinates.
Remarks
This method is called during initialization and also when the grid scrolls.
See Also

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members