ホーム › Web.MsHtml › styleMsTouchSelect
styleMsTouchSelect
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| styleMsTouchSelectGrippers | 0 | 0x0 |
| styleMsTouchSelectNone | 1 | 0x1 |
| styleMsTouchSelectNotSet | 2 | 0x2 |
| styleMsTouchSelect_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleMsTouchSelect : int {
styleMsTouchSelectGrippers = 0,
styleMsTouchSelectNone = 1,
styleMsTouchSelectNotSet = 2,
styleMsTouchSelect_Max = 2147483647
} styleMsTouchSelect;public enum styleMsTouchSelect : int
{
styleMsTouchSelectGrippers = 0,
styleMsTouchSelectNone = 1,
styleMsTouchSelectNotSet = 2,
styleMsTouchSelect_Max = 2147483647,
}Public Enum styleMsTouchSelect As Integer
styleMsTouchSelectGrippers = 0
styleMsTouchSelectNone = 1
styleMsTouchSelectNotSet = 2
styleMsTouchSelect_Max = 2147483647
End Enumimport enum
class styleMsTouchSelect(enum.IntEnum):
styleMsTouchSelectGrippers = 0
styleMsTouchSelectNone = 1
styleMsTouchSelectNotSet = 2
styleMsTouchSelect_Max = 2147483647// styleMsTouchSelect
pub const styleMsTouchSelectGrippers: i32 = 0;
pub const styleMsTouchSelectNone: i32 = 1;
pub const styleMsTouchSelectNotSet: i32 = 2;
pub const styleMsTouchSelect_Max: i32 = 2147483647;// styleMsTouchSelect
const (
styleMsTouchSelectGrippers int32 = 0
styleMsTouchSelectNone int32 = 1
styleMsTouchSelectNotSet int32 = 2
styleMsTouchSelect_Max int32 = 2147483647
)const
styleMsTouchSelectGrippers = 0;
styleMsTouchSelectNone = 1;
styleMsTouchSelectNotSet = 2;
styleMsTouchSelect_Max = 2147483647;// styleMsTouchSelect
pub const styleMsTouchSelectGrippers: i32 = 0;
pub const styleMsTouchSelectNone: i32 = 1;
pub const styleMsTouchSelectNotSet: i32 = 2;
pub const styleMsTouchSelect_Max: i32 = 2147483647;const
styleMsTouchSelectGrippers* = 0
styleMsTouchSelectNone* = 1
styleMsTouchSelectNotSet* = 2
styleMsTouchSelect_Max* = 2147483647enum styleMsTouchSelect : int {
styleMsTouchSelectGrippers = 0,
styleMsTouchSelectNone = 1,
styleMsTouchSelectNotSet = 2,
styleMsTouchSelect_Max = 2147483647,
}#define global styleMsTouchSelectGrippers 0x0
#define global styleMsTouchSelectNone 0x1
#define global styleMsTouchSelectNotSet 0x2
#define global styleMsTouchSelect_Max 0x7FFFFFFF