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)

property Object^ TransparentColor {
	Object^ get();
}

Property Value

Type: System::Object^

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.

Return to top
Show: