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

Definition

Contains command link button native API.

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

Protected Static Methods

static void image (intptr control, const drawing::image &image)
 Sets image.
 
static void image_align (intptr control, uint32 align)
 Sets image align.
 
static void texts (intptr control, const std::tuple< string, string > &texts)
 Sets text and supplementary text.
 

Member Function Documentation

◆ image()

static void xtd::forms::native::command_link_button::image ( intptr  control,
const drawing::image image 
)
staticprotected

Sets image.

Parameters
controlCommand link button window handle.
imageA xtd::drawing::image to set.
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
controlCommand link button window handle.
alignA 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
controlCommand link button window handle.
textsA 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: