IASControl::get_Opaque

This method indicates whether the control is drawn opaque or transparent.

Syntax

HRESULT get_Opaque( VARIANT_BOOL *pfOpaque );

Parameters

pfOpaque
Pointer to a 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::put_Opaque