ArcMapアドインツールバーに追加せずにフォームからカスタムIToolをアクティブにしますか?
ツールバーをArcMapに追加するArcMap 10.0のアドインに取り組んでいます。OpenModelessDialogCommandそのツールバーの1つのコマンド()ボタンは、モードレスWinFormsダイアログを開きます。このダイアログから、ツール(MyTool)をアクティブにして、たとえばマップ上のフィーチャーを選択します。 私Config.esriaddinxはこれらのコマンドとツールバーの宣言が含まれています: <Commands> <!-- this is the command that opens the modeless WinForms form, from where MyTool is available: --> <Button id="OpenModelessFormCommand" ... /> <!-- MyTool is not directly referenced in any toolbar defined in this file: --> <Tool id="MyTool" class="MyTool" ... /> </Commands> <Toolbars> <Toolbar ...> <Items> <Button …