IToolboxItemInfo.TransparentColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la couleur d’arrière-plan qui sera affichée comme transparente dans l’image de boîte à outils. Il peut s’agir d’un System.Drawing.Color ou d’un System.Windows.Media.Color. Tout autre type, ou une valeur null, entraîne la levée d’une exception.
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
Valeur de propriété
Remarques
Cette propriété est accessible sur un thread d’arrière-plan.