ToolboxItem.Bitmap Propiedad

Definición

Obtiene o establece un mapa de bits que representa el elemento en el cuadro de herramientas.

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

Valor de propiedad

Bitmap que representa el elemento en el cuadro de herramientas.

Se aplica a

Consulte también