ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / IC1EmbeddedEditor Interface / C1EditorUpdateBounds Method
The bounds of the cell being edited, in client coordinates.

In This Topic
    C1EditorUpdateBounds Method
    In This Topic
    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