Contains collapsible panel native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
◆ expanded() [1/2]
static bool xtd::forms::native::collapsible_panel::expanded |
( |
intptr |
handle | ) |
|
|
staticprotected |
Gets a value indicating whether the collapsible_panel is in the expanded.
- Parameters
-
control | Collapsible panel window handle. |
- Returns
- true if collapsible_panel is expanded; otherwise false.
- Warning
- Internal use only
◆ expanded() [2/2]
static void xtd::forms::native::collapsible_panel::expanded |
( |
intptr |
handle, |
|
|
bool |
expanded |
|
) |
| |
|
staticprotected |
Sets a value indicating whether the collapsible_panel is in the expanded.
- Parameters
-
control | Collapsible panel window handle. |
expanded | true if collapsible_panel is expanded; otherwise false. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: