ToolboxItem.Bitmap Proprietà

Definizione

Ottiene o imposta un'immagine bitmap per rappresentare l'elemento della casella degli strumenti.

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

Valore della proprietà

Oggetto Bitmap che rappresenta l'elemento della casella degli strumenti.

Si applica a

Vedi anche