UISettings.UIElementColor(UIElementType) Metodo

Definizione

Ottiene il colore utilizzato per un tipo di elemento dell'interfaccia utente specifico, ad esempio un pulsante o un testo della finestra.

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

Parametri

desiredElement
UIElementType

Tipo di elemento per il quale verrà ottenuto il colore.

Restituisce

Colore del tipo di elemento, espresso come valore di colore a 32 bit.

Si applica a