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