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

Definition

Contains tab control native API.

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

Protected Static Methods

static void delete_page (intptr control, intptr page)
 Deletes specified tab page index.
 
static void image_list (intptr control, intptr image_list)
 Sets image list.
 
static void insert_page (intptr control, size_t index, intptr page)
 Inserts at specified tab page index a specified tab page handle.
 
static size_t selected_index (intptr control)
 Gets selected tab page index.
 
static void selected_index (intptr control, size_t index)
 Sets selected tab page with specified index.
 

Member Function Documentation

◆ delete_page()

static void xtd::forms::native::tab_control::delete_page ( intptr  control,
intptr  page 
)
staticprotected

Deletes specified tab page index.

Parameters
controlTab control window handle.
pageThe 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
controlTab control window handle.
image_listThe 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
controlTab control window handle.
indexThe tab page index to insert.
pageThe 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
controlTab 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
controlTab control window handle.
indexThe selected tab page index.
Warning
Internal use only

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