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
'宣言
ReadOnly Property TransparentColor As Object
Object TransparentColor { get; }
Property Value
Type: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.