AxHost::GetColorFromOleColor Method (UInt32)
.NET Framework (current version)
Returns a Color structure that corresponds to the specified OLE color value.
This API is not CLS-compliant.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: [CLSCompliantAttribute(false)] static Color GetColorFromOleColor( unsigned int color )
Parameters
- color
-
Type:
System::UInt32
The OLE color value to translate.
Return Value
Type: System.Drawing::ColorThe Color structure that represents the translated OLE color value.
.NET Framework
Available since 1.1
Available since 1.1
Show: