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