1 write to LblTitle
System.Web.Mobile (1)
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
58this.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)
57TreeList.LblTitle.Text = TreeViewTitle;
UI\MobileControls\Design\Util\EditableTreeList.cs (3)
64LblTitle.Size = new System.Drawing.Size(210, 16); 65LblTitle.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;; 116this.Controls.Add(LblTitle);