次のコードがあります。
foto = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(foto)).BeginInit();
foto.BackgroundImage = global::Catalogo_Digital.Properties.Resources.voltar;
foto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
foto.Location = new System.Drawing.Point(85, 85);
foto.Name = "foto";
foto.Size = new System.Drawing.Size(1000, 800);
foto.TabIndex = 0;
foto.TabStop = false;
internal System.Windows.Forms.PictureBox foto;
問題は、この「foto」というピクチャボックスがデバッグ時に表示されないことです。単に見えないだけです。わかりません。コードのみを使用して、デザイナーモードで作成せずに「内部」または「パブリック」のピクチャボックスを作成したかっただけです。