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

Definition

Contains 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 set_default_button (intptr control)
 Mark button as default.
 

Member Function Documentation

◆ image()

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

Sets image.

Parameters
controlButton window handle.
imageA xtd::drawing::image to set.
Warning
Internal use only

◆ image_align()

static void xtd::forms::native::button::image_align ( intptr  control,
uint32  align 
)
staticprotected

Sets image align.

Parameters
controlButton window handle.
alignA bitwise combination of the content alignment flags.
Warning
Internal use only

◆ set_default_button()

static void xtd::forms::native::button::set_default_button ( intptr  control)
staticprotected

Mark button as default.

Parameters
controlButton window handle.
Warning
Internal use only

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