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