// BaseCommandのアイコンを変更する方法 System.Drawing.Bitmap newIcon = new System.Drawing.Bitmap(GetType(), "Command2.bmp"); this.UpdateBitmap(newIcon); //Command2.bmp;ビルド アクション:埋め込まれたリソース
記事
目次
記事
// BaseCommandのアイコンを変更する方法 System.Drawing.Bitmap newIcon = new System.Drawing.Bitmap(GetType(), "Command2.bmp"); this.UpdateBitmap(newIcon); //Command2.bmp;ビルド アクション:埋め込まれたリソース