共用方式為


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 位色彩值表示。

適用於