IASTabber::get_TabFocusForeColor

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

Syntax

HRESULT get_TabFocusForeColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the foreground 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