AllowTransparency Property
In This Topic
Gets or sets a value indicating whether transparency is allowed (only required for IE).
Syntax
'Declaration
Public Property AllowTransparency As Boolean
public bool AllowTransparency {get; set;}
Property Value
true
if transparency is allowed; otherwise,
false
.
See Also