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