IASControl::put_BackGroundBrush

This method sets the current background brush of the control.

Syntax

HRESULT put_BackGroundBrush( OLE_HANDLE hBrush );

Parameters

hBrush
Handle to the control’s background brush.

Return Values

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

Remarks

This method is not required, and can return E_NOTIMPL.

See Also

IASControl::get_BackGroundBrush