Share via


UISettings.UIElementColor(UIElementType) メソッド

定義

ボタン面やウィンドウ テキストなど、特定のユーザー インターフェイス要素の種類に使用される色を取得します。

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 ビットカラー値として表されます。

適用対象