コード例 #1
0
ファイル: DropCheck.cs プロジェクト: davidbwire/bvcms
 protected override void CreateChildControls()
 {
     t       = new PostTextBox();
     t.ID    = ID + "tb";
     t.Width = Unit.Pixel(100);
     this.Controls.Add(t);
     t.TextChanged += new EventHandler(t_TextChanged);
 }
コード例 #2
0
ファイル: DropCheck.cs プロジェクト: rossspoon/bvcms
 protected override void CreateChildControls()
 {
     t = new PostTextBox();
     t.ID = ID + "tb";
     t.Width = Unit.Pixel(100);
     this.Controls.Add(t);
     t.TextChanged += new EventHandler(t_TextChanged);
 }