IASControl::put_BackColor

This method sets the background color of the control.

Syntax

HRESULT put_BackColor( OLE_COLOR clr );

Parameters

clr
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::get_BackColor