タイトル | : 拡張コントロールの利用 |
記事No | : 7271 |
投稿日 | : 2008/04/03(Thu) 15:25 |
投稿者 | : ひでと |
PictureBox を継承して拡張コントロールを作成したいと考えています。 UserControl1.Designer.vb を開いて Partial Class UserControl1 Inherits System.Windows.Forms.UserControl を Partial Class UserControl1 Inherits System.Windows.Forms.PictureBox としてビルドし、 WindowsControlLibrary1.dllを作成しました
他のプロジェクトで参照設定をしたのですが ツールボックスには これが表示されず、利用できません。
フォーム上に普通のPictureBoxのように配置したいのですが、 どのようにしたら良いのでしょうか?
|