ホーム › Web.MsHtml › HTMLDlgBorder
HTMLDlgBorder
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| HTMLDlgBorderThin | 0 | 0x0 |
| HTMLDlgBorderThick | 262144 | 0x40000 |
| HTMLDlgBorder_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum HTMLDlgBorder : int {
HTMLDlgBorderThin = 0,
HTMLDlgBorderThick = 262144,
HTMLDlgBorder_Max = 2147483647
} HTMLDlgBorder;public enum HTMLDlgBorder : int
{
HTMLDlgBorderThin = 0,
HTMLDlgBorderThick = 262144,
HTMLDlgBorder_Max = 2147483647,
}Public Enum HTMLDlgBorder As Integer
HTMLDlgBorderThin = 0
HTMLDlgBorderThick = 262144
HTMLDlgBorder_Max = 2147483647
End Enumimport enum
class HTMLDlgBorder(enum.IntEnum):
HTMLDlgBorderThin = 0
HTMLDlgBorderThick = 262144
HTMLDlgBorder_Max = 2147483647// HTMLDlgBorder
pub const HTMLDlgBorderThin: i32 = 0;
pub const HTMLDlgBorderThick: i32 = 262144;
pub const HTMLDlgBorder_Max: i32 = 2147483647;// HTMLDlgBorder
const (
HTMLDlgBorderThin int32 = 0
HTMLDlgBorderThick int32 = 262144
HTMLDlgBorder_Max int32 = 2147483647
)const
HTMLDlgBorderThin = 0;
HTMLDlgBorderThick = 262144;
HTMLDlgBorder_Max = 2147483647;// HTMLDlgBorder
pub const HTMLDlgBorderThin: i32 = 0;
pub const HTMLDlgBorderThick: i32 = 262144;
pub const HTMLDlgBorder_Max: i32 = 2147483647;const
HTMLDlgBorderThin* = 0
HTMLDlgBorderThick* = 262144
HTMLDlgBorder_Max* = 2147483647enum HTMLDlgBorder : int {
HTMLDlgBorderThin = 0,
HTMLDlgBorderThick = 262144,
HTMLDlgBorder_Max = 2147483647,
}#define global HTMLDlgBorderThin 0x0
#define global HTMLDlgBorderThick 0x40000
#define global HTMLDlgBorder_Max 0x7FFFFFFF