UISettings.UIElementColor(UIElementType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.