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

Definition

Contains tab page native API.

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

Protected Static Methods

static void image_index (intptr control, size_t image_index)
 Sets image index associate to the tab page.
 
static void text (intptr control, const xtd::string &text)
 Sets text associate to the tab page.
 

Member Function Documentation

◆ image_index()

static void xtd::forms::native::tab_page::image_index ( intptr  control,
size_t  image_index 
)
staticprotected

Sets image index associate to the tab page.

Parameters
controlTab page window handle.
image_indexThe image index.
Warning
Internal use only

◆ text()

static void xtd::forms::native::tab_page::text ( intptr  control,
const xtd::string text 
)
staticprotected

Sets text associate to the tab page.

Parameters
controlTab page window handle.
textThe text string.
Warning
Internal use only

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