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