IASTabber::get_BorderColor

This method retrieves the border color.

Syntax

HRESULT get_BorderColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the border color.

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