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