Win32 API 日本語リファレンス
ホームUI.Controls › MCGRIDINFO_PART

MCGRIDINFO_PART

列挙型
基底型u4

メンバー 9

名前10進16進
MCGIP_CALENDARCONTROL00x0
MCGIP_NEXT10x1
MCGIP_PREV20x2
MCGIP_FOOTER30x3
MCGIP_CALENDAR40x4
MCGIP_CALENDARHEADER50x5
MCGIP_CALENDARBODY60x6
MCGIP_CALENDARROW70x7
MCGIP_CALENDARCELL80x8

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 8
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,
}
#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