ホーム > IT > プログラミング > BaseCommand のアイコンを変更する方法 投稿日:2016/9/1 (木) 更新日:2017/12/9 (土) // BaseCommandのアイコンを変更する方法 System.Drawing.Bitmap newIcon = new System.Drawing.Bitmap(GetType(), "Command2.bmp"); this.UpdateBitmap(newIcon); //Command2.bmp;ビルド アクション:埋め込まれたリソース 関連記事 Twitter Share Pocket Hatena LINE コピーする -プログラミング, ArcGIS -ArcObjects, esriSystemUI