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 位颜色值。

适用于