xtd_c - Reference Guide
0.2.0
xtd_c.forms
include
xtd_c
forms
appearance.h
Go to the documentation of this file.
1
6
#pragma once
7
15
enum
xtd_forms_appearance
{
17
xtd_forms_appearance_normal
= 0,
19
xtd_forms_appearance_button
= 1,
21
xtd_forms_appearance_switch_button
= 2,
22
};
23
25
typedef
enum
xtd_forms_appearance
xtd_forms_appearance
;
xtd_forms_appearance
xtd_forms_appearance
Specifies the appearance of a control.
Definition:
appearance.h:15
xtd_forms_appearance_normal
The default appearance defined by the control class.
Definition:
appearance.h:17
xtd_forms_appearance_switch_button
The appearance of a switch button.
Definition:
appearance.h:21
xtd_forms_appearance_button
The appearance of a button.
Definition:
appearance.h:19
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.