UISettings.UIElementColor(UIElementType) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ボタン面やウィンドウ テキストなど、特定のユーザー インターフェイス要素の種類に使用される色を取得します。
public:
virtual Color UIElementColor(UIElementType desiredElement) = UIElementColor;
Color UIElementColor(UIElementType const& desiredElement);
public Color UIElementColor(UIElementType desiredElement);
function uIElementColor(desiredElement)
Public Function UIElementColor (desiredElement As UIElementType) As Color
パラメーター
- desiredElement
- UIElementType
色を取得する要素の型。
戻り値
要素型の色。32 ビットカラー値として表されます。