ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win Namespace / IEmbeddedEditor Interface / UpdateBounds Method
The bounds of the cell being edited, in client coordinates.

In This Topic
    UpdateBounds Method
    In This Topic
    Updates the editor's size and position.
    Syntax
    'Declaration
     
    Sub UpdateBounds( _
       ByVal rc As System.Drawing.Rectangle _
    ) 
    void UpdateBounds( 
       System.Drawing.Rectangle rc
    )

    Parameters

    rc
    The bounds of the cell being edited, in client coordinates.
    See Also