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

适用于

另请参阅