This method sets the background color of the tab with focus.
HRESULT put_TabFocusBackColor( OLE_COLOR clr );
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.
Use the RGB macro to set the components of clr before passing clr to the method.