Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / IInputEditor Interface / UpdateBounds Method
The bounds of the cell being edited, in client coordinates.

In This Topic
    UpdateBounds Method (IInputEditor)
    In This Topic
    Updates the editor bounds.
    Syntax
    'Declaration
     
    
    Sub UpdateBounds( _
       ByVal bounds As Rectangle _
    ) 
    void UpdateBounds( 
       Rectangle bounds
    )

    Parameters

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