|
static |
A factory to create an xtd::forms::radio_button with specified text, checked, and location.
text | A string that represent text of the xtd::forms::radio_button. |
checked | true if the check box is checked; otherwise, false. |
location | A xtd::drawing::point that represent location of the xtd::forms::radio_button. |