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.
カスタム コントロールを作成しました。親フォームからのパブリック関数が必要で、コントロールが含まれています。そのため、次のようにデザイナーでインスタンスを渡します。
this.control= new mainform.control(this);
しかし、VSデザイナーはエラーをスローし、次のように述べています。
変数 'control' が宣言されていないか、割り当てられていません。
これは私には設計者の問題のように思えます。やるだけです。
別の方法として、カスタム コントロール用に別のアセンブリ dll を作成することもできます。