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