1 write to LblTitle
System.Web.Mobile (1)
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
58
this.
LblTitle
= new System.Windows.Forms.Label();
6 references to LblTitle
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
65
_appliedFiltersList.
LblTitle
.Text =
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
117
_filterList.
LblTitle
.Text = SR.GetString(SR.DeviceFilterEditorDialog_DeviceFilters);
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
57
TreeList.
LblTitle
.Text = TreeViewTitle;
UI\MobileControls\Design\Util\EditableTreeList.cs (3)
64
LblTitle
.Size = new System.Drawing.Size(210, 16);
65
LblTitle
.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;;
116
this.Controls.Add(
LblTitle
);