|
static |
A factory to create a specified control with specified parent, location, size, and name.
parent | The parent that contains the new created control. |
location | A xtd::drawing::point that represent location of the control. |
size | A xtd::drawing::size that represent size of the control. |
name | The name of the control. |