IASControl::get_BackGroundBrush

This method retrieves the current background brush.

Syntax

HRESULT get_BackGroundBrush( OLE_HANDLE *phBrush );

Parameters

phBrush
Pointer to the handle to the background brush 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_BackGroundBrush