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