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