1 write to _btnClose
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
120
_btnClose
= new Button();
9 references to _btnClose
System.Web.Mobile (9)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (9)
70
_btnClose
.Text = SR.GetString(SR.GenericDialog_CloseBtnCaption);
111
_btnClose
.TabIndex = ++tabIndexOffset;
150
_btnClose
.Location = new System.Drawing.Point(201, 104);
151
_btnClose
.Size = new System.Drawing.Size(75, 23);
152
_btnClose
.TabStop = true;
153
_btnClose
.Click += new EventHandler(this.OnClickCloseButton);
156
this.
_btnClose
,
169
this.AcceptButton =
_btnClose
;
170
this.CancelButton =
_btnClose
;