IASTabber::put_TabFocusForeColor

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

Syntax

HRESULT put_TabFocusForeColor( OLE_COLOR clr );

Parameters

clr
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 RGB macro to set the components of clr before passing clr to the method.

See Also

RGB