IASTabber::get_TabFocusBackColor

This method retrieves the background color of the tab with focus.

Syntax

HRESULT get_TabFocusBackColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the background color of the tab with focus.

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