ホーム › UI.Controls › MCGRIDINFO_PART
MCGRIDINFO_PART
列挙型メンバー 9
| 名前 | 10進 | 16進 |
|---|---|---|
| MCGIP_CALENDARCONTROL | 0 | 0x0 |
| MCGIP_NEXT | 1 | 0x1 |
| MCGIP_PREV | 2 | 0x2 |
| MCGIP_FOOTER | 3 | 0x3 |
| MCGIP_CALENDAR | 4 | 0x4 |
| MCGIP_CALENDARHEADER | 5 | 0x5 |
| MCGIP_CALENDARBODY | 6 | 0x6 |
| MCGIP_CALENDARROW | 7 | 0x7 |
| MCGIP_CALENDARCELL | 8 | 0x8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum MCGRIDINFO_PART : unsigned int {
MCGIP_CALENDARCONTROL = 0,
MCGIP_NEXT = 1,
MCGIP_PREV = 2,
MCGIP_FOOTER = 3,
MCGIP_CALENDAR = 4,
MCGIP_CALENDARHEADER = 5,
MCGIP_CALENDARBODY = 6,
MCGIP_CALENDARROW = 7,
MCGIP_CALENDARCELL = 8
} MCGRIDINFO_PART;public enum MCGRIDINFO_PART : uint
{
MCGIP_CALENDARCONTROL = 0,
MCGIP_NEXT = 1,
MCGIP_PREV = 2,
MCGIP_FOOTER = 3,
MCGIP_CALENDAR = 4,
MCGIP_CALENDARHEADER = 5,
MCGIP_CALENDARBODY = 6,
MCGIP_CALENDARROW = 7,
MCGIP_CALENDARCELL = 8,
}Public Enum MCGRIDINFO_PART As UInteger
MCGIP_CALENDARCONTROL = 0
MCGIP_NEXT = 1
MCGIP_PREV = 2
MCGIP_FOOTER = 3
MCGIP_CALENDAR = 4
MCGIP_CALENDARHEADER = 5
MCGIP_CALENDARBODY = 6
MCGIP_CALENDARROW = 7
MCGIP_CALENDARCELL = 8
End Enumimport enum
class MCGRIDINFO_PART(enum.IntEnum):
MCGIP_CALENDARCONTROL = 0
MCGIP_NEXT = 1
MCGIP_PREV = 2
MCGIP_FOOTER = 3
MCGIP_CALENDAR = 4
MCGIP_CALENDARHEADER = 5
MCGIP_CALENDARBODY = 6
MCGIP_CALENDARROW = 7
MCGIP_CALENDARCELL = 8// MCGRIDINFO_PART
pub const MCGIP_CALENDARCONTROL: u32 = 0;
pub const MCGIP_NEXT: u32 = 1;
pub const MCGIP_PREV: u32 = 2;
pub const MCGIP_FOOTER: u32 = 3;
pub const MCGIP_CALENDAR: u32 = 4;
pub const MCGIP_CALENDARHEADER: u32 = 5;
pub const MCGIP_CALENDARBODY: u32 = 6;
pub const MCGIP_CALENDARROW: u32 = 7;
pub const MCGIP_CALENDARCELL: u32 = 8;// MCGRIDINFO_PART
const (
MCGIP_CALENDARCONTROL uint32 = 0
MCGIP_NEXT uint32 = 1
MCGIP_PREV uint32 = 2
MCGIP_FOOTER uint32 = 3
MCGIP_CALENDAR uint32 = 4
MCGIP_CALENDARHEADER uint32 = 5
MCGIP_CALENDARBODY uint32 = 6
MCGIP_CALENDARROW uint32 = 7
MCGIP_CALENDARCELL uint32 = 8
)const
MCGIP_CALENDARCONTROL = 0;
MCGIP_NEXT = 1;
MCGIP_PREV = 2;
MCGIP_FOOTER = 3;
MCGIP_CALENDAR = 4;
MCGIP_CALENDARHEADER = 5;
MCGIP_CALENDARBODY = 6;
MCGIP_CALENDARROW = 7;
MCGIP_CALENDARCELL = 8;// MCGRIDINFO_PART
pub const MCGIP_CALENDARCONTROL: u32 = 0;
pub const MCGIP_NEXT: u32 = 1;
pub const MCGIP_PREV: u32 = 2;
pub const MCGIP_FOOTER: u32 = 3;
pub const MCGIP_CALENDAR: u32 = 4;
pub const MCGIP_CALENDARHEADER: u32 = 5;
pub const MCGIP_CALENDARBODY: u32 = 6;
pub const MCGIP_CALENDARROW: u32 = 7;
pub const MCGIP_CALENDARCELL: u32 = 8;const
MCGIP_CALENDARCONTROL* = 0
MCGIP_NEXT* = 1
MCGIP_PREV* = 2
MCGIP_FOOTER* = 3
MCGIP_CALENDAR* = 4
MCGIP_CALENDARHEADER* = 5
MCGIP_CALENDARBODY* = 6
MCGIP_CALENDARROW* = 7
MCGIP_CALENDARCELL* = 8enum MCGRIDINFO_PART : uint {
MCGIP_CALENDARCONTROL = 0,
MCGIP_NEXT = 1,
MCGIP_PREV = 2,
MCGIP_FOOTER = 3,
MCGIP_CALENDAR = 4,
MCGIP_CALENDARHEADER = 5,
MCGIP_CALENDARBODY = 6,
MCGIP_CALENDARROW = 7,
MCGIP_CALENDARCELL = 8,
}#define global MCGIP_CALENDARCONTROL 0x0
#define global MCGIP_NEXT 0x1
#define global MCGIP_PREV 0x2
#define global MCGIP_FOOTER 0x3
#define global MCGIP_CALENDAR 0x4
#define global MCGIP_CALENDARHEADER 0x5
#define global MCGIP_CALENDARBODY 0x6
#define global MCGIP_CALENDARROW 0x7
#define global MCGIP_CALENDARCELL 0x8