Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ElementHost.BackColorTransparent Property

Definition

Namespace:
System.Windows.Forms.Integration
Assembly:
WindowsFormsIntegration.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value indicating whether the hosted element has a transparent background.

public:
 property bool BackColorTransparent { bool get(); void set(bool value); };
public bool BackColorTransparent { get; set; }
member this.BackColorTransparent : bool with get, set
Public Property BackColorTransparent As Boolean

Property Value

true if the hosted element has a transparent background; otherwise, false. The default is false.

Remarks

The BackColorTransparent property enables bitmap copying, which enables hosted elements to use transparency over the host container. This is useful when the element is over an image or gradient background.

For performance reasons, the BackColorTransparent property is turned off by default.

Applies to

See also


Feedback

Was this page helpful?