Hi,
Right now button is on the left side with below size location,I want to move this button to right side.
I tried with different values but could not succeed,please give your inputs to get the exact position
$ConnectSideViewButton = New-Object Windows.Forms.Button
$ConnectSideViewButton.text = "Connect"
$ConnectSideViewButton.Size = New-Object Drawing.Point 200,30
$ConnectSideViewButton.Location = New-Object Drawing.Point 5,20

Thanks & Regards, Sudheer