IASTabber::put_TabColor

This method sets the color used for tabs.

Syntax

HRESULT put_TabColor( OLE_COLOR clr );

Parameters

clr
Color used for tabs.

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