C1EditorUpdateBounds Method (IC1EmbeddedEditor)
In This Topic
Called to update the editor's size and position.
Syntax
'Declaration
Sub C1EditorUpdateBounds( _
ByVal As Rectangle _
)
void C1EditorUpdateBounds(
Rectangle
)
Parameters
- rc
- The bounds of the cell being edited, in client coordinates.
See Also