allowTransparency property
Sets or retrieves whether the object can be transparent.
Syntax
HRESULT value = object.put_allowTransparency( v);HRESULT value = object.get_allowTransparency(* p);
Property values
Type: VARIANT_BOOL
Standards information
There are no standards that apply here.
Remarks
When the property is set to VARIANT_FALSE, the IHTMLRuleStyle::backgroundColor property of the object can only be that of the window. When the property is set to VARIANT_TRUE, the IHTMLRuleStyle::backgroundColor property of the object can be set to any value, including the default value of transparent.
Show: