Contains command link button native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
◆ image()
static void xtd::forms::native::command_link_button::image |
( |
intptr |
control, |
|
|
const drawing::image & |
image |
|
) |
| |
|
staticprotected |
Sets image.
- Parameters
-
- Warning
- Internal use only
◆ image_align()
static void xtd::forms::native::command_link_button::image_align |
( |
intptr |
control, |
|
|
uint32 |
align |
|
) |
| |
|
staticprotected |
Sets image align.
- Parameters
-
control | Command link button window handle. |
align | A bitwise combination of the content alignment flags. |
- Warning
- Internal use only
◆ texts()
static void xtd::forms::native::command_link_button::texts |
( |
intptr |
control, |
|
|
const std::tuple< string, string > & |
texts |
|
) |
| |
|
staticprotected |
Sets text and supplementary text.
- Parameters
-
control | Command link button window handle. |
texts | A tuple of two strings that represent control text and supplementary text. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: