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

styleMsContentZoomSnapType

列挙型
基底型i4

メンバー 5

名前10進16進
styleMsContentZoomSnapTypeNotSet00x0
styleMsContentZoomSnapTypeNone10x1
styleMsContentZoomSnapTypeMandatory20x2
styleMsContentZoomSnapTypeProximity30x3
styleMsContentZoomSnapType_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleMsContentZoomSnapType : int {
    styleMsContentZoomSnapTypeNotSet = 0,
    styleMsContentZoomSnapTypeNone = 1,
    styleMsContentZoomSnapTypeMandatory = 2,
    styleMsContentZoomSnapTypeProximity = 3,
    styleMsContentZoomSnapType_Max = 2147483647
} styleMsContentZoomSnapType;
public enum styleMsContentZoomSnapType : int
{
    styleMsContentZoomSnapTypeNotSet = 0,
    styleMsContentZoomSnapTypeNone = 1,
    styleMsContentZoomSnapTypeMandatory = 2,
    styleMsContentZoomSnapTypeProximity = 3,
    styleMsContentZoomSnapType_Max = 2147483647,
}
Public Enum styleMsContentZoomSnapType As Integer
    styleMsContentZoomSnapTypeNotSet = 0
    styleMsContentZoomSnapTypeNone = 1
    styleMsContentZoomSnapTypeMandatory = 2
    styleMsContentZoomSnapTypeProximity = 3
    styleMsContentZoomSnapType_Max = 2147483647
End Enum
import enum

class styleMsContentZoomSnapType(enum.IntEnum):
    styleMsContentZoomSnapTypeNotSet = 0
    styleMsContentZoomSnapTypeNone = 1
    styleMsContentZoomSnapTypeMandatory = 2
    styleMsContentZoomSnapTypeProximity = 3
    styleMsContentZoomSnapType_Max = 2147483647
// styleMsContentZoomSnapType
pub const styleMsContentZoomSnapTypeNotSet: i32 = 0;
pub const styleMsContentZoomSnapTypeNone: i32 = 1;
pub const styleMsContentZoomSnapTypeMandatory: i32 = 2;
pub const styleMsContentZoomSnapTypeProximity: i32 = 3;
pub const styleMsContentZoomSnapType_Max: i32 = 2147483647;
// styleMsContentZoomSnapType
const (
	styleMsContentZoomSnapTypeNotSet int32 = 0
	styleMsContentZoomSnapTypeNone int32 = 1
	styleMsContentZoomSnapTypeMandatory int32 = 2
	styleMsContentZoomSnapTypeProximity int32 = 3
	styleMsContentZoomSnapType_Max int32 = 2147483647
)
const
  styleMsContentZoomSnapTypeNotSet = 0;
  styleMsContentZoomSnapTypeNone = 1;
  styleMsContentZoomSnapTypeMandatory = 2;
  styleMsContentZoomSnapTypeProximity = 3;
  styleMsContentZoomSnapType_Max = 2147483647;
// styleMsContentZoomSnapType
pub const styleMsContentZoomSnapTypeNotSet: i32 = 0;
pub const styleMsContentZoomSnapTypeNone: i32 = 1;
pub const styleMsContentZoomSnapTypeMandatory: i32 = 2;
pub const styleMsContentZoomSnapTypeProximity: i32 = 3;
pub const styleMsContentZoomSnapType_Max: i32 = 2147483647;
const
  styleMsContentZoomSnapTypeNotSet* = 0
  styleMsContentZoomSnapTypeNone* = 1
  styleMsContentZoomSnapTypeMandatory* = 2
  styleMsContentZoomSnapTypeProximity* = 3
  styleMsContentZoomSnapType_Max* = 2147483647
enum styleMsContentZoomSnapType : int {
    styleMsContentZoomSnapTypeNotSet = 0,
    styleMsContentZoomSnapTypeNone = 1,
    styleMsContentZoomSnapTypeMandatory = 2,
    styleMsContentZoomSnapTypeProximity = 3,
    styleMsContentZoomSnapType_Max = 2147483647,
}
#define global styleMsContentZoomSnapTypeNotSet    0x0
#define global styleMsContentZoomSnapTypeNone      0x1
#define global styleMsContentZoomSnapTypeMandatory 0x2
#define global styleMsContentZoomSnapTypeProximity 0x3
#define global styleMsContentZoomSnapType_Max      0x7FFFFFFF