1 write to BtnRemove
System.Web.Mobile (1)
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
60
this.
BtnRemove
= new System.Windows.Forms.Button();
15 references to BtnRemove
System.Web.Mobile (15)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
112
_appliedFiltersList.
BtnRemove
.Click -= _appliedFiltersList.RemoveHandler;
113
_appliedFiltersList.
BtnRemove
.Click += new EventHandler(OnRemove);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
197
_filterList.
BtnRemove
.Click += new EventHandler(OnClickRemoveButton);
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
64
TreeList.
BtnRemove
.Click += new EventHandler(OnClickRemoveButton);
UI\MobileControls\Design\Util\EditableTreeList.cs (11)
96
BtnRemove
.AccessibleName = SR.GetString(SR.EditableTreeList_DeleteName);
97
BtnRemove
.AccessibleDescription = SR.GetString(SR.EditableTreeList_DeleteDescription);
98
BtnRemove
.Name = SR.GetString(SR.EditableTreeList_DeleteName);
99
BtnRemove
.Location = new System.Drawing.Point(182, 136);
100
BtnRemove
.Size = new System.Drawing.Size(28, 27);
101
BtnRemove
.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
120
this.Controls.Add(
BtnRemove
);
125
BtnRemove
.Image = GenericUI.DeleteIcon;
130
BtnRemove
.Click += RemoveHandler;
146
BtnRemove
.Top += offset;
343
BtnRemove
.Enabled = anItemIsSelected;