ホーム › UI.TabletPC › InkMousePointer
InkMousePointer
列挙型メンバー 16
| 名前 | 10進 | 16進 |
|---|---|---|
| IMP_Default | 0 | 0x0 |
| IMP_Arrow | 1 | 0x1 |
| IMP_Crosshair | 2 | 0x2 |
| IMP_Ibeam | 3 | 0x3 |
| IMP_SizeNESW | 4 | 0x4 |
| IMP_SizeNS | 5 | 0x5 |
| IMP_SizeNWSE | 6 | 0x6 |
| IMP_SizeWE | 7 | 0x7 |
| IMP_UpArrow | 8 | 0x8 |
| IMP_Hourglass | 9 | 0x9 |
| IMP_NoDrop | 10 | 0xA |
| IMP_ArrowHourglass | 11 | 0xB |
| IMP_ArrowQuestion | 12 | 0xC |
| IMP_SizeAll | 13 | 0xD |
| IMP_Hand | 14 | 0xE |
| IMP_Custom | 99 | 0x63 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum InkMousePointer : int {
IMP_Default = 0,
IMP_Arrow = 1,
IMP_Crosshair = 2,
IMP_Ibeam = 3,
IMP_SizeNESW = 4,
IMP_SizeNS = 5,
IMP_SizeNWSE = 6,
IMP_SizeWE = 7,
IMP_UpArrow = 8,
IMP_Hourglass = 9,
IMP_NoDrop = 10,
IMP_ArrowHourglass = 11,
IMP_ArrowQuestion = 12,
IMP_SizeAll = 13,
IMP_Hand = 14,
IMP_Custom = 99
} InkMousePointer;public enum InkMousePointer : int
{
IMP_Default = 0,
IMP_Arrow = 1,
IMP_Crosshair = 2,
IMP_Ibeam = 3,
IMP_SizeNESW = 4,
IMP_SizeNS = 5,
IMP_SizeNWSE = 6,
IMP_SizeWE = 7,
IMP_UpArrow = 8,
IMP_Hourglass = 9,
IMP_NoDrop = 10,
IMP_ArrowHourglass = 11,
IMP_ArrowQuestion = 12,
IMP_SizeAll = 13,
IMP_Hand = 14,
IMP_Custom = 99,
}Public Enum InkMousePointer As Integer
IMP_Default = 0
IMP_Arrow = 1
IMP_Crosshair = 2
IMP_Ibeam = 3
IMP_SizeNESW = 4
IMP_SizeNS = 5
IMP_SizeNWSE = 6
IMP_SizeWE = 7
IMP_UpArrow = 8
IMP_Hourglass = 9
IMP_NoDrop = 10
IMP_ArrowHourglass = 11
IMP_ArrowQuestion = 12
IMP_SizeAll = 13
IMP_Hand = 14
IMP_Custom = 99
End Enumimport enum
class InkMousePointer(enum.IntEnum):
IMP_Default = 0
IMP_Arrow = 1
IMP_Crosshair = 2
IMP_Ibeam = 3
IMP_SizeNESW = 4
IMP_SizeNS = 5
IMP_SizeNWSE = 6
IMP_SizeWE = 7
IMP_UpArrow = 8
IMP_Hourglass = 9
IMP_NoDrop = 10
IMP_ArrowHourglass = 11
IMP_ArrowQuestion = 12
IMP_SizeAll = 13
IMP_Hand = 14
IMP_Custom = 99// InkMousePointer
pub const IMP_Default: i32 = 0;
pub const IMP_Arrow: i32 = 1;
pub const IMP_Crosshair: i32 = 2;
pub const IMP_Ibeam: i32 = 3;
pub const IMP_SizeNESW: i32 = 4;
pub const IMP_SizeNS: i32 = 5;
pub const IMP_SizeNWSE: i32 = 6;
pub const IMP_SizeWE: i32 = 7;
pub const IMP_UpArrow: i32 = 8;
pub const IMP_Hourglass: i32 = 9;
pub const IMP_NoDrop: i32 = 10;
pub const IMP_ArrowHourglass: i32 = 11;
pub const IMP_ArrowQuestion: i32 = 12;
pub const IMP_SizeAll: i32 = 13;
pub const IMP_Hand: i32 = 14;
pub const IMP_Custom: i32 = 99;// InkMousePointer
const (
IMP_Default int32 = 0
IMP_Arrow int32 = 1
IMP_Crosshair int32 = 2
IMP_Ibeam int32 = 3
IMP_SizeNESW int32 = 4
IMP_SizeNS int32 = 5
IMP_SizeNWSE int32 = 6
IMP_SizeWE int32 = 7
IMP_UpArrow int32 = 8
IMP_Hourglass int32 = 9
IMP_NoDrop int32 = 10
IMP_ArrowHourglass int32 = 11
IMP_ArrowQuestion int32 = 12
IMP_SizeAll int32 = 13
IMP_Hand int32 = 14
IMP_Custom int32 = 99
)const
IMP_Default = 0;
IMP_Arrow = 1;
IMP_Crosshair = 2;
IMP_Ibeam = 3;
IMP_SizeNESW = 4;
IMP_SizeNS = 5;
IMP_SizeNWSE = 6;
IMP_SizeWE = 7;
IMP_UpArrow = 8;
IMP_Hourglass = 9;
IMP_NoDrop = 10;
IMP_ArrowHourglass = 11;
IMP_ArrowQuestion = 12;
IMP_SizeAll = 13;
IMP_Hand = 14;
IMP_Custom = 99;// InkMousePointer
pub const IMP_Default: i32 = 0;
pub const IMP_Arrow: i32 = 1;
pub const IMP_Crosshair: i32 = 2;
pub const IMP_Ibeam: i32 = 3;
pub const IMP_SizeNESW: i32 = 4;
pub const IMP_SizeNS: i32 = 5;
pub const IMP_SizeNWSE: i32 = 6;
pub const IMP_SizeWE: i32 = 7;
pub const IMP_UpArrow: i32 = 8;
pub const IMP_Hourglass: i32 = 9;
pub const IMP_NoDrop: i32 = 10;
pub const IMP_ArrowHourglass: i32 = 11;
pub const IMP_ArrowQuestion: i32 = 12;
pub const IMP_SizeAll: i32 = 13;
pub const IMP_Hand: i32 = 14;
pub const IMP_Custom: i32 = 99;const
IMP_Default* = 0
IMP_Arrow* = 1
IMP_Crosshair* = 2
IMP_Ibeam* = 3
IMP_SizeNESW* = 4
IMP_SizeNS* = 5
IMP_SizeNWSE* = 6
IMP_SizeWE* = 7
IMP_UpArrow* = 8
IMP_Hourglass* = 9
IMP_NoDrop* = 10
IMP_ArrowHourglass* = 11
IMP_ArrowQuestion* = 12
IMP_SizeAll* = 13
IMP_Hand* = 14
IMP_Custom* = 99enum InkMousePointer : int {
IMP_Default = 0,
IMP_Arrow = 1,
IMP_Crosshair = 2,
IMP_Ibeam = 3,
IMP_SizeNESW = 4,
IMP_SizeNS = 5,
IMP_SizeNWSE = 6,
IMP_SizeWE = 7,
IMP_UpArrow = 8,
IMP_Hourglass = 9,
IMP_NoDrop = 10,
IMP_ArrowHourglass = 11,
IMP_ArrowQuestion = 12,
IMP_SizeAll = 13,
IMP_Hand = 14,
IMP_Custom = 99,
}#define global IMP_Default 0x0
#define global IMP_Arrow 0x1
#define global IMP_Crosshair 0x2
#define global IMP_Ibeam 0x3
#define global IMP_SizeNESW 0x4
#define global IMP_SizeNS 0x5
#define global IMP_SizeNWSE 0x6
#define global IMP_SizeWE 0x7
#define global IMP_UpArrow 0x8
#define global IMP_Hourglass 0x9
#define global IMP_NoDrop 0xA
#define global IMP_ArrowHourglass 0xB
#define global IMP_ArrowQuestion 0xC
#define global IMP_SizeAll 0xD
#define global IMP_Hand 0xE
#define global IMP_Custom 0x63