Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaHeader Class / Resize Method

In This Topic
    Resize Method (UiaHeader)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Resize( _
       ByVal width As Double, _
       ByVal height As Double _
    ) 
    public void Resize( 
       double width,
       double height
    )

    Parameters

    width
    height
    See Also