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 表示工具箱中的工具箱項目。

適用於

另請參閱