ToolboxItem.Bitmap 属性

定义

获取或设置一个位图以表示工具箱中的工具箱项。

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

属性值

一个 Bitmap 表示工具箱中的工具箱项。

适用于

另请参阅