ホーム › UI.Controls › TOOLTIPPARTS
TOOLTIPPARTS
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| TTP_STANDARD | 1 | 0x1 |
| TTP_STANDARDTITLE | 2 | 0x2 |
| TTP_BALLOON | 3 | 0x3 |
| TTP_BALLOONTITLE | 4 | 0x4 |
| TTP_CLOSE | 5 | 0x5 |
| TTP_BALLOONSTEM | 6 | 0x6 |
| TTP_WRENCH | 7 | 0x7 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum TOOLTIPPARTS : int {
TTP_STANDARD = 1,
TTP_STANDARDTITLE = 2,
TTP_BALLOON = 3,
TTP_BALLOONTITLE = 4,
TTP_CLOSE = 5,
TTP_BALLOONSTEM = 6,
TTP_WRENCH = 7
} TOOLTIPPARTS;public enum TOOLTIPPARTS : int
{
TTP_STANDARD = 1,
TTP_STANDARDTITLE = 2,
TTP_BALLOON = 3,
TTP_BALLOONTITLE = 4,
TTP_CLOSE = 5,
TTP_BALLOONSTEM = 6,
TTP_WRENCH = 7,
}Public Enum TOOLTIPPARTS As Integer
TTP_STANDARD = 1
TTP_STANDARDTITLE = 2
TTP_BALLOON = 3
TTP_BALLOONTITLE = 4
TTP_CLOSE = 5
TTP_BALLOONSTEM = 6
TTP_WRENCH = 7
End Enumimport enum
class TOOLTIPPARTS(enum.IntEnum):
TTP_STANDARD = 1
TTP_STANDARDTITLE = 2
TTP_BALLOON = 3
TTP_BALLOONTITLE = 4
TTP_CLOSE = 5
TTP_BALLOONSTEM = 6
TTP_WRENCH = 7// TOOLTIPPARTS
pub const TTP_STANDARD: i32 = 1;
pub const TTP_STANDARDTITLE: i32 = 2;
pub const TTP_BALLOON: i32 = 3;
pub const TTP_BALLOONTITLE: i32 = 4;
pub const TTP_CLOSE: i32 = 5;
pub const TTP_BALLOONSTEM: i32 = 6;
pub const TTP_WRENCH: i32 = 7;// TOOLTIPPARTS
const (
TTP_STANDARD int32 = 1
TTP_STANDARDTITLE int32 = 2
TTP_BALLOON int32 = 3
TTP_BALLOONTITLE int32 = 4
TTP_CLOSE int32 = 5
TTP_BALLOONSTEM int32 = 6
TTP_WRENCH int32 = 7
)const
TTP_STANDARD = 1;
TTP_STANDARDTITLE = 2;
TTP_BALLOON = 3;
TTP_BALLOONTITLE = 4;
TTP_CLOSE = 5;
TTP_BALLOONSTEM = 6;
TTP_WRENCH = 7;// TOOLTIPPARTS
pub const TTP_STANDARD: i32 = 1;
pub const TTP_STANDARDTITLE: i32 = 2;
pub const TTP_BALLOON: i32 = 3;
pub const TTP_BALLOONTITLE: i32 = 4;
pub const TTP_CLOSE: i32 = 5;
pub const TTP_BALLOONSTEM: i32 = 6;
pub const TTP_WRENCH: i32 = 7;const
TTP_STANDARD* = 1
TTP_STANDARDTITLE* = 2
TTP_BALLOON* = 3
TTP_BALLOONTITLE* = 4
TTP_CLOSE* = 5
TTP_BALLOONSTEM* = 6
TTP_WRENCH* = 7enum TOOLTIPPARTS : int {
TTP_STANDARD = 1,
TTP_STANDARDTITLE = 2,
TTP_BALLOON = 3,
TTP_BALLOONTITLE = 4,
TTP_CLOSE = 5,
TTP_BALLOONSTEM = 6,
TTP_WRENCH = 7,
}#define global TTP_STANDARD 0x1
#define global TTP_STANDARDTITLE 0x2
#define global TTP_BALLOON 0x3
#define global TTP_BALLOONTITLE 0x4
#define global TTP_CLOSE 0x5
#define global TTP_BALLOONSTEM 0x6
#define global TTP_WRENCH 0x7