Contains font picker native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
◆ color() [1/2]
Gets the color selected by the user.
- Parameters
-
control | Control window handle. |
- Returns
- The color selected by the user. If a color is not selected, the default value is black.
- Warning
- Internal use only
◆ color() [2/2]
Sets the color selected by the user.
- Parameters
-
control | Control window handle. |
color | The color selected by the user. If a color is not selected, the default value is black. |
- Warning
- Internal use only
◆ font() [1/2]
Gets the selected font.
- Parameters
-
control | Control window handle. |
- Returns
- The selected font.
- Warning
- Internal use only
◆ font() [2/2]
static void xtd::forms::native::font_picker::font |
( |
intptr |
control, |
|
|
const drawing::font & |
font |
|
) |
| |
|
staticprotected |
Sets the selected font.
- Parameters
-
control | Control window handle. |
font | The selected font. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: