ToolboxItem.Bitmap Propriété

Définition

Obtient ou définit une bitmap pour représenter l'élément de boîte à outils dans la boîte à outils.

public:
 property System::Drawing::Bitmap ^ Bitmap { System::Drawing::Bitmap ^ get(); void set(System::Drawing::Bitmap ^ value); };
public System.Drawing.Bitmap Bitmap { get; set; }
public System.Drawing.Bitmap? Bitmap { get; set; }
member this.Bitmap : System.Drawing.Bitmap with get, set
Public Property Bitmap As Bitmap

Valeur de propriété

Bitmap représentant l'élément de boîte à outils dans la boîte à outils.

S’applique à

Voir aussi