Share via


IToolboxItemInfo.TransparentColor Property

Definition

Gets the background color which will be rendered as transparent in the toolbox image. This may be a System.Drawing.Color or a System.Windows.Media.Color. Any other type, or a null value, will result in an exception being thrown.

public:
 property System::Object ^ TransparentColor { System::Object ^ get(); };
public:
 property Platform::Object ^ TransparentColor { Platform::Object ^ get(); };
public object TransparentColor { get; }
member this.TransparentColor : obj
Public ReadOnly Property TransparentColor As Object

Property Value

Remarks

This property may be accessed on a background thread.

Applies to