parent | The control to be the parent of the control. |
text | The text displayed by the control. |
left | The x position of the control, in pixels, from the left edge of the control's container. The value is assigned to the xtd::forms::control::left property. |
top | The y position of the control, in pixels, from the top edge of the control's container. The value is assigned to the xtd::forms::control::top property. |
width | The width of the control, in pixels. The value is assigned to the xtd::forms::control::width property. |
height | The height of the control, in pixels. The value is assigned to the xtd::forms::control::height property. |