TreeView for WinForms | ComponentOne
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 Rectangle _
    ) 
    void UpdateBounds( 
       Rectangle rc
    )

    Parameters

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