IASTabber::get_TabTextColor

This method retrieves the tab text color.

Syntax

HRESULT get_TabTextColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the color used for tab text.

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