Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTransformProvider Interface / Resize Method
The requested width of the window.
The requested height of the window.

In This Topic
    Resize Method (IUiaTransformProvider)
    In This Topic
    Used to modify element's on-screen dimensions (affects the BoundingRectangle and BoundingGeometry properties) When called on a split pane, it may have the side-effect of resizing other surrounding panes.
    Syntax
    'Declaration
     
    
    Sub Resize( _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    void Resize( 
       double width,
       double height
    )

    Parameters

    width
    The requested width of the window.
    height
    The requested height of the window.
    See Also