IASControl::put_Opaque

This method sets whether control is drawn opaque or transparent.

Syntax

HRESULT put_Opaque( VARIANT_BOOL fOpaque );

Parameters

fOpaque
Boolean that is set to TRUE if the control is opaque, or to FALSE if it is transparent.

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_Opaque