IASTabber::get_TabColor

This method gets the color used for tabs.

Syntax

HRESULT get_TabColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the color used for tabs.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.

Remarks

Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclr.

See Also

GetRValue, GetGValue, GetBValue