xtd_c - Reference Guide
0.2.0
xtd_c.forms
include
xtd_c
forms
control_appearance.h
Go to the documentation of this file.
1
6
#pragma once
7
16
enum
xtd_forms_control_appearance
{
18
xtd_forms_control_appearance_standard
= 0,
20
xtd_forms_control_appearance_system
,
21
};
22
24
typedef
enum
xtd_forms_control_appearance
xtd_forms_control_appearance
;
xtd_forms_control_appearance_standard
The appearance of the control is determined by current theme of xtd.
Definition:
control_appearance.h:18
xtd_forms_control_appearance_system
The appearance of the control is determined by the user's operating system.
Definition:
control_appearance.h:20
xtd_forms_control_appearance
xtd_forms_control_appearance
Specifies the appearance of a control.
Definition:
control_appearance.h:16
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.