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

styleBackgroundAttachment3

列挙型
基底型i4

メンバー 5

名前10進16進
styleBackgroundAttachment3Fixed00x0
styleBackgroundAttachment3Scroll10x1
styleBackgroundAttachment3Local20x2
styleBackgroundAttachment3NotSet30x3
styleBackgroundAttachment3_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleBackgroundAttachment3 : int {
    styleBackgroundAttachment3Fixed = 0,
    styleBackgroundAttachment3Scroll = 1,
    styleBackgroundAttachment3Local = 2,
    styleBackgroundAttachment3NotSet = 3,
    styleBackgroundAttachment3_Max = 2147483647
} styleBackgroundAttachment3;
public enum styleBackgroundAttachment3 : int
{
    styleBackgroundAttachment3Fixed = 0,
    styleBackgroundAttachment3Scroll = 1,
    styleBackgroundAttachment3Local = 2,
    styleBackgroundAttachment3NotSet = 3,
    styleBackgroundAttachment3_Max = 2147483647,
}
Public Enum styleBackgroundAttachment3 As Integer
    styleBackgroundAttachment3Fixed = 0
    styleBackgroundAttachment3Scroll = 1
    styleBackgroundAttachment3Local = 2
    styleBackgroundAttachment3NotSet = 3
    styleBackgroundAttachment3_Max = 2147483647
End Enum
import enum

class styleBackgroundAttachment3(enum.IntEnum):
    styleBackgroundAttachment3Fixed = 0
    styleBackgroundAttachment3Scroll = 1
    styleBackgroundAttachment3Local = 2
    styleBackgroundAttachment3NotSet = 3
    styleBackgroundAttachment3_Max = 2147483647
// styleBackgroundAttachment3
pub const styleBackgroundAttachment3Fixed: i32 = 0;
pub const styleBackgroundAttachment3Scroll: i32 = 1;
pub const styleBackgroundAttachment3Local: i32 = 2;
pub const styleBackgroundAttachment3NotSet: i32 = 3;
pub const styleBackgroundAttachment3_Max: i32 = 2147483647;
// styleBackgroundAttachment3
const (
	styleBackgroundAttachment3Fixed int32 = 0
	styleBackgroundAttachment3Scroll int32 = 1
	styleBackgroundAttachment3Local int32 = 2
	styleBackgroundAttachment3NotSet int32 = 3
	styleBackgroundAttachment3_Max int32 = 2147483647
)
const
  styleBackgroundAttachment3Fixed = 0;
  styleBackgroundAttachment3Scroll = 1;
  styleBackgroundAttachment3Local = 2;
  styleBackgroundAttachment3NotSet = 3;
  styleBackgroundAttachment3_Max = 2147483647;
// styleBackgroundAttachment3
pub const styleBackgroundAttachment3Fixed: i32 = 0;
pub const styleBackgroundAttachment3Scroll: i32 = 1;
pub const styleBackgroundAttachment3Local: i32 = 2;
pub const styleBackgroundAttachment3NotSet: i32 = 3;
pub const styleBackgroundAttachment3_Max: i32 = 2147483647;
const
  styleBackgroundAttachment3Fixed* = 0
  styleBackgroundAttachment3Scroll* = 1
  styleBackgroundAttachment3Local* = 2
  styleBackgroundAttachment3NotSet* = 3
  styleBackgroundAttachment3_Max* = 2147483647
enum styleBackgroundAttachment3 : int {
    styleBackgroundAttachment3Fixed = 0,
    styleBackgroundAttachment3Scroll = 1,
    styleBackgroundAttachment3Local = 2,
    styleBackgroundAttachment3NotSet = 3,
    styleBackgroundAttachment3_Max = 2147483647,
}
#define global styleBackgroundAttachment3Fixed  0x0
#define global styleBackgroundAttachment3Scroll 0x1
#define global styleBackgroundAttachment3Local  0x2
#define global styleBackgroundAttachment3NotSet 0x3
#define global styleBackgroundAttachment3_Max   0x7FFFFFFF