Indicates whether the drawing object blends its output with the background. For example, if the object is transparent, the background becomes part of its rendering.
[Visual Basic 6.0] Property DoesBlending As Boolean
[Visual Basic .NET] Public ReadOnly Property DoesBlending As Boolean
[C#] public bool DoesBlending {get;}
[Java] public boolean isDoesBlending() throws IOException, AutomationException
[C++]
HRESULT get_DoesBlending(
VARIANT_BOOL* flag
);
Parameters
flag [out, retval]
flag is a parameter of type VARIANT_BOOL