Creates a new Button control.
object.Controls.Add("Button")
$Button = $Form.Controls.Add("Button")
Applies To: ControlCollection