ToolboxItem.Bitmap Propiedad

Definición

Obtiene o establece un mapa de bits para representar el elemento del cuadro de herramientas 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; }
member this.Bitmap : System.Drawing.Bitmap with get, set
Public Property Bitmap As Bitmap

Valor de propiedad

que Bitmap representa el elemento del cuadro de herramientas del cuadro de herramientas.

Se aplica a

Consulte también