Vcl.RibbonStyleActnCtrls.TSkinGallery
Delphi
TSkinGallery = (sgButton, sgUpButton, sgUpButtonHover, sgUpButtonPressed,
sgUpButtonDisabled, sgDownButton, sgDownButtonHover, sgDownButtonPressed,
sgDownButtonDisabled, sgMoreButton, sgMoreButtonHover, sgMoreButtonHoverDisabled,
sgMoreButtonDisabled, sgItemHover, sgItemPressed, sgItemSelected, sgItemHoverSelected);
C++
enum DECLSPEC_DENUM TSkinGallery : unsigned char { sgButton, sgUpButton, sgUpButtonHover, sgUpButtonPressed, sgUpButtonDisabled, sgDownButton, sgDownButtonHover, sgDownButtonPressed, sgDownButtonDisabled, sgMoreButton, sgMoreButtonHover, sgMoreButtonHoverDisabled, sgMoreButtonDisabled, sgItemHover, sgItemPressed, sgItemSelected, sgItemHoverSelected };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | Vcl.RibbonStyleActnCtrls.pas Vcl.RibbonStyleActnCtrls.hpp |
Vcl.RibbonStyleActnCtrls | Vcl.RibbonStyleActnCtrls |
説明
スキンが表示されるギャラリーの個別の項目。
TSkinGallery は、スキンが表示されるギャラリーの個別の項目を列挙します。
| 値 | 意味 |
|---|---|
|
sgBackground |
背景 |
|
sgUpButton |
上方向ボタン |
|
sgUpButtonHover |
上方向ボタンの上を移動 |
|
sgUpButtonPressed |
上方向ボタンが押された |
|
sgupButtonDisabled |
無効にされた上方向ボタン |
|
sgDownButton |
下方向ボタン |
|
sgDownButtonHover |
下方向ボタンの上を移動 |
|
sgDownButtonPressed |
下方向ボタンが押された |
|
sgDownButtonDisabled |
無効にされた下方向ボタン |
|
sgMoreButton |
詳細ボタン |
|
sgMoreButtonHover |
詳細ボタンの上を移動 |
|
sgUpIcon |
上方向アイコン |
|
sgDownIcon |
下方向アイコン |
|
sgMoreIcon |
詳細アイコン |