問題タブ [toolstripbutton]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
winforms - 別のプロセスで Windows Froms ToolStrip ボタンのクリックをシミュレートする
別のアプリケーションで Windows フォーム ツールストリップのハンドルを見つけました。(ウィンドウ名はtoolStrip1、クラス名はWindowsForms10.Window.8.app.0.378734aです。)
子ボタンを列挙し、キャプションでボタンを見つけ、ボタンのクリックをシミュレートする方法はありますか? ボタンは子ウィンドウではないため、EnumChildWindowsは機能しません。
ToolStrip 自体の一定の座標でマウス クリックをシミュレートすることは、使用可能なボタンとボタンのキャプションが変わる可能性があるため、あまり良いオプションではありません。