|
static |
A factory to create an xtd::forms::collapsible_panel with specified parent, text, exapended, location, and size.
parent | The parent that contains the new created xtd::forms::collapsible_panel. |
text | A string that represent text of the xtd::forms::collapsible_panel. |
expanded | A value indicating whether the collapsible_panel is in the expanded. |
location | A xtd::drawing::point that represent location of the xtd::forms::collapsible_panel. |
size | A xtd::drawing::size that represent size of the xtd::forms::collapsible_panel. |