xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::collapsible_panel Class Referencefinal
Inheritance diagram for xtd::forms::native::collapsible_panel:
xtd::static_object

Definition

Contains collapsible panel native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

static bool expanded (intptr handle)
 Gets a value indicating whether the collapsible_panel is in the expanded.
 
static void expanded (intptr handle, bool expanded)
 Sets a value indicating whether the collapsible_panel is in the expanded.
 

Member Function Documentation

◆ 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
controlCollapsible 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
controlCollapsible panel window handle.
expandedtrue if collapsible_panel is expanded; otherwise false.
Warning
Internal use only

The documentation for this class was generated from the following file: