IToolboxItemInfo.TransparentColor Property
Definition
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 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.