Lingua

AxHost.GetColorFromOleColor(UInt32) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Restituisce una Color struttura che corrisponde al valore di colore OLE specificato.

protected:
 static System::Drawing::Color GetColorFromOleColor(System::UInt32 color);
[System.CLSCompliant(false)]
protected static System.Drawing.Color GetColorFromOleColor(uint color);
[<System.CLSCompliant(false)>]
static member GetColorFromOleColor : uint32 -> System.Drawing.Color
Protected Shared Function GetColorFromOleColor (color As UInteger) As Color

Parametri

color
UInt32

Valore del colore OLE da convertire.

Valori restituiti

Struttura Color che rappresenta il valore del colore OLE convertito.

Attributi

Si applica a

Vedi anche