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