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