IASControl::get_BackColor

This method retrieves the background color of the control.

Syntax

HRESULT get_BackColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the background color of the control.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::put_BackColor, IASControl::get_ForeColor