Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: TableLayoutPanel に追加されたコントロールの行インデックスを検索
ParentChangedコントロールの Windows フォームでプログラムによってイベントを発生させることはできますか?
ParentChanged
または、プログラムでコントロールのイベントを発生させますか?
通常、これは外部の発信者からは不可能です。
Control 派生クラスでは、次を呼び出すことができます。
base.OnParentChanged(EventArgs.Empty);