UISettings.UIElementColor(UIElementType) Method

Definition

Gets the color used for a specific user interface element type, such as a button face or window text.

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

Parameters

desiredElement
UIElementType

The type of element for which the color will be obtained.

Returns

The color of the element type, expressed as a 32-bit color value.

Applies to