Contains tab control native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
◆ delete_page()
static void xtd::forms::native::tab_control::delete_page |
( |
intptr |
control, |
|
|
intptr |
page |
|
) |
| |
|
staticprotected |
Deletes specified tab page index.
- Parameters
-
control | Tab control window handle. |
page | The page handle to delete. |
- Warning
- Internal use only
◆ image_list()
static void xtd::forms::native::tab_control::image_list |
( |
intptr |
control, |
|
|
intptr |
image_list |
|
) |
| |
|
staticprotected |
Sets image list.
- Parameters
-
control | Tab control window handle. |
image_list | The image list handle. |
- Warning
- Internal use only
◆ insert_page()
static void xtd::forms::native::tab_control::insert_page |
( |
intptr |
control, |
|
|
size_t |
index, |
|
|
intptr |
page |
|
) |
| |
|
staticprotected |
Inserts at specified tab page index a specified tab page handle.
- Parameters
-
control | Tab control window handle. |
index | The tab page index to insert. |
page | The tab page handle. |
- Warning
- Internal use only
◆ selected_index() [1/2]
static size_t xtd::forms::native::tab_control::selected_index |
( |
intptr |
control | ) |
|
|
staticprotected |
Gets selected tab page index.
- Parameters
-
control | Tab control window handle. |
- Returns
- The selected tab page index.
- Warning
- Internal use only
◆ selected_index() [2/2]
static void xtd::forms::native::tab_control::selected_index |
( |
intptr |
control, |
|
|
size_t |
index |
|
) |
| |
|
staticprotected |
Sets selected tab page with specified index.
- Parameters
-
control | Tab control window handle. |
index | The selected tab page index. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: