Share via


IToolboxItemInfo.TransparentColor Property

Gets the background color that will be rendered as transparent in the toolbox image.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
ReadOnly Property TransparentColor As Object
Object TransparentColor { get; }
property Object^ TransparentColor {
    Object^ get ();
}
abstract TransparentColor : Object with get
function get TransparentColor () : Object

Property Value

Type: Object

Remarks

The background color can be a Color or a Color. Any other type, or a null value, will result in an exception being thrown.

This property can be accessed on a background thread.

.NET Framework Security

See Also

Reference

IToolboxItemInfo Interface

Microsoft.VisualStudio.Shell Namespace