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