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

Definition

Contains popup panel native API.

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

Protected Static Methods

static void ignore_mouse_messages (intptr control, bool value)
 Sets ignore mouse messages.
 
static void set_region (intptr control, intptr region)
 Sets the shape of the popup panel to that depicted by region.
 
static void virtual_size (intptr control, const drawing::size &size)
 Sets virtual size.
 

Member Function Documentation

◆ ignore_mouse_messages()

static void xtd::forms::native::popup_panel::ignore_mouse_messages ( intptr  control,
bool  value 
)
staticprotected

Sets ignore mouse messages.

Parameters
controlControl popup panel handle.
valueIf true, the popup panel does not close automatically when the user clicks outside the popup panel; otherwise the popup panel will close automatically.
Warning
Internal use only

◆ set_region()

static void xtd::forms::native::popup_panel::set_region ( intptr  control,
intptr  region 
)
staticprotected

Sets the shape of the popup panel to that depicted by region.

Parameters
controlControl popup panel handle.
regionThe region to set shape;
Warning
Internal use only

◆ virtual_size()

static void xtd::forms::native::popup_panel::virtual_size ( intptr  control,
const drawing::size size 
)
staticprotected

Sets virtual size.

Parameters
controlControl popup panel handle.
sizeA virtual xtd::drawing::size.
Warning
Internal use only

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