TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / IC1TreeEditor 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.
    See Also