ホーム › UI.Controls › NORMALGROUPCOLLAPSESTATES
NORMALGROUPCOLLAPSESTATES
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| EBNGC_NORMAL | 1 | 0x1 |
| EBNGC_HOT | 2 | 0x2 |
| EBNGC_PRESSED | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum NORMALGROUPCOLLAPSESTATES : int {
EBNGC_NORMAL = 1,
EBNGC_HOT = 2,
EBNGC_PRESSED = 3
} NORMALGROUPCOLLAPSESTATES;public enum NORMALGROUPCOLLAPSESTATES : int
{
EBNGC_NORMAL = 1,
EBNGC_HOT = 2,
EBNGC_PRESSED = 3,
}Public Enum NORMALGROUPCOLLAPSESTATES As Integer
EBNGC_NORMAL = 1
EBNGC_HOT = 2
EBNGC_PRESSED = 3
End Enumimport enum
class NORMALGROUPCOLLAPSESTATES(enum.IntEnum):
EBNGC_NORMAL = 1
EBNGC_HOT = 2
EBNGC_PRESSED = 3// NORMALGROUPCOLLAPSESTATES
pub const EBNGC_NORMAL: i32 = 1;
pub const EBNGC_HOT: i32 = 2;
pub const EBNGC_PRESSED: i32 = 3;// NORMALGROUPCOLLAPSESTATES
const (
EBNGC_NORMAL int32 = 1
EBNGC_HOT int32 = 2
EBNGC_PRESSED int32 = 3
)const
EBNGC_NORMAL = 1;
EBNGC_HOT = 2;
EBNGC_PRESSED = 3;// NORMALGROUPCOLLAPSESTATES
pub const EBNGC_NORMAL: i32 = 1;
pub const EBNGC_HOT: i32 = 2;
pub const EBNGC_PRESSED: i32 = 3;const
EBNGC_NORMAL* = 1
EBNGC_HOT* = 2
EBNGC_PRESSED* = 3enum NORMALGROUPCOLLAPSESTATES : int {
EBNGC_NORMAL = 1,
EBNGC_HOT = 2,
EBNGC_PRESSED = 3,
}#define global EBNGC_NORMAL 0x1
#define global EBNGC_HOT 0x2
#define global EBNGC_PRESSED 0x3