Win32 API 日本語リファレンス
ホームWeb.MsHtml › styleMsScrollSnapType

styleMsScrollSnapType

列挙型
基底型i4

メンバー 5

名前10進16進
styleMsScrollSnapTypeNotSet00x0
styleMsScrollSnapTypeNone10x1
styleMsScrollSnapTypeMandatory20x2
styleMsScrollSnapTypeProximity30x3
styleMsScrollSnapType_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum styleMsScrollSnapType : int {
    styleMsScrollSnapTypeNotSet = 0,
    styleMsScrollSnapTypeNone = 1,
    styleMsScrollSnapTypeMandatory = 2,
    styleMsScrollSnapTypeProximity = 3,
    styleMsScrollSnapType_Max = 2147483647
} styleMsScrollSnapType;
public enum styleMsScrollSnapType : int
{
    styleMsScrollSnapTypeNotSet = 0,
    styleMsScrollSnapTypeNone = 1,
    styleMsScrollSnapTypeMandatory = 2,
    styleMsScrollSnapTypeProximity = 3,
    styleMsScrollSnapType_Max = 2147483647,
}
Public Enum styleMsScrollSnapType As Integer
    styleMsScrollSnapTypeNotSet = 0
    styleMsScrollSnapTypeNone = 1
    styleMsScrollSnapTypeMandatory = 2
    styleMsScrollSnapTypeProximity = 3
    styleMsScrollSnapType_Max = 2147483647
End Enum
import enum

class styleMsScrollSnapType(enum.IntEnum):
    styleMsScrollSnapTypeNotSet = 0
    styleMsScrollSnapTypeNone = 1
    styleMsScrollSnapTypeMandatory = 2
    styleMsScrollSnapTypeProximity = 3
    styleMsScrollSnapType_Max = 2147483647
// styleMsScrollSnapType
pub const styleMsScrollSnapTypeNotSet: i32 = 0;
pub const styleMsScrollSnapTypeNone: i32 = 1;
pub const styleMsScrollSnapTypeMandatory: i32 = 2;
pub const styleMsScrollSnapTypeProximity: i32 = 3;
pub const styleMsScrollSnapType_Max: i32 = 2147483647;
// styleMsScrollSnapType
const (
	styleMsScrollSnapTypeNotSet int32 = 0
	styleMsScrollSnapTypeNone int32 = 1
	styleMsScrollSnapTypeMandatory int32 = 2
	styleMsScrollSnapTypeProximity int32 = 3
	styleMsScrollSnapType_Max int32 = 2147483647
)
const
  styleMsScrollSnapTypeNotSet = 0;
  styleMsScrollSnapTypeNone = 1;
  styleMsScrollSnapTypeMandatory = 2;
  styleMsScrollSnapTypeProximity = 3;
  styleMsScrollSnapType_Max = 2147483647;
// styleMsScrollSnapType
pub const styleMsScrollSnapTypeNotSet: i32 = 0;
pub const styleMsScrollSnapTypeNone: i32 = 1;
pub const styleMsScrollSnapTypeMandatory: i32 = 2;
pub const styleMsScrollSnapTypeProximity: i32 = 3;
pub const styleMsScrollSnapType_Max: i32 = 2147483647;
const
  styleMsScrollSnapTypeNotSet* = 0
  styleMsScrollSnapTypeNone* = 1
  styleMsScrollSnapTypeMandatory* = 2
  styleMsScrollSnapTypeProximity* = 3
  styleMsScrollSnapType_Max* = 2147483647
enum styleMsScrollSnapType : int {
    styleMsScrollSnapTypeNotSet = 0,
    styleMsScrollSnapTypeNone = 1,
    styleMsScrollSnapTypeMandatory = 2,
    styleMsScrollSnapTypeProximity = 3,
    styleMsScrollSnapType_Max = 2147483647,
}
#define global styleMsScrollSnapTypeNotSet    0x0
#define global styleMsScrollSnapTypeNone      0x1
#define global styleMsScrollSnapTypeMandatory 0x2
#define global styleMsScrollSnapTypeProximity 0x3
#define global styleMsScrollSnapType_Max      0x7FFFFFFF