FlexGrid for WinForms
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 _
) 
'Usage
 
Dim instance As IC1EmbeddedEditor
Dim rc As Rectangle
 
instance.C1EditorUpdateBounds(rc)
void C1EditorUpdateBounds( 
   Rectangle rc
)
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.
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

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback