Here are the examples of the csharp api class System.Windows.Forms.Control.ResumeLayout(bool) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
200 Examples
0
1. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
2. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
3. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
4. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
5. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
6. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
7. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
8. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
9. Example
View licensepublic void ResumeLayout(bool performLayout, bool allWindows) { FocusManager.ResumeFocusTracking(); ResumeLayout(performLayout); if (allWindows) ResumeMdiClientLayout(performLayout); }
0
10. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // GraphControl // this.Name = "GraphControl"; this.Size = new System.Drawing.Size(352, 336); this.Resize += new System.EventHandler(this.GraphControl_Resize); this.ResumeLayout(false); }
0
11. Example
View licenseprivate void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tmrLVScroll = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // tmrLVScroll // this.tmrLVScroll.Tick += new System.EventHandler(this.tmrLVScroll_Tick); // // ListViewBase // this.DragOver += new System.Windows.Forms.DragEventHandler(this.ListViewBase_DragOver); this.ResumeLayout(false); }
0
12. Example
View licenseprivate void InitializeComponent() { components = new System.ComponentModel.Container(); this.SuspendLayout(); this.Name = "SpinningProgress"; this.Size = new System.Drawing.Size( 30, 30 ); this.ResumeLayout( false ); }
0
13. Example
View licenseprivate void ResumeMdiClientLayout(bool perform) { if (GetMdiClientController().MdiClient != null) GetMdiClientController().MdiClient.ResumeLayout(perform); }
0
14. Example
View licensepublic void EnableUpdate() { this.m_nInSuspend--; if (this.m_nInSuspend == 0) { this.tableLayoutPanel_content.ResumeLayout(false); this.tableLayoutPanel_content.PerformLayout(); } #if NO Point point = this._points[this._points.Count - 1]; this._points.RemoveAt(this._points.Count - 1); this.tableLayoutPanel_content.AutoScrollPosition = new Point(-point.X, -point.Y); #endif }
0
15. Example
View licensepublic void EnableUpdate() { this.m_nInSuspend--; if (this.m_nInSuspend == 0 && this._tableLayoutPanel_main != null) { this._tableLayoutPanel_main.ResumeLayout(false); this._tableLayoutPanel_main.PerformLayout(); } }
0
16. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // ItemEditFormBase // this.ClientSize = new System.Drawing.Size(284, 264); this.Name = "ItemEditFormBase"; this.ResumeLayout(false); }
0
17. Example
View licenseprivate void ResumeMdiClientLayout(bool perform) { if (GetMdiClientController().MdiClient != null) GetMdiClientController().MdiClient.ResumeLayout(perform); }
0
18. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); this.ResumeLayout(false); }
0
19. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // PreviewHandlerHost // this.Name = "PreviewHandlerHost"; this.ResumeLayout(false); BackColor = Color.White; }
0
20. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // SharpPropertyPage // this.BackColor = System.Drawing.Color.Transparent; this.Name = "SharpPropertyPage"; this.ResumeLayout(false); }
0
21. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // ShellTreeView // this.ResumeLayout(false); }
0
22. Example
View licenseprivate void ToggleDetails() { SuspendLayout(); _IsExpanded = !_IsExpanded; btnDetails.Text = (_IsExpanded ? "?" : "?") + " &Details"; pnlDetails.Visible = _IsExpanded; if (_IsExpanded) { MinimumSize = new Size(MinimumSize.Width, MinimumHeightExpanded); MaximumSize = Size.Empty; Height = _lastExpandedHeight; } else { _lastExpandedHeight = Height; MaximumSize = new Size(int.MaxValue, CollapsedHeight); MinimumSize = new Size(MinimumSize.Width, CollapsedHeight); } ResumeLayout(true); }
0
23. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // RichTextBoxScroll // this.Resize += new System.EventHandler(this.RichTextBoxScroll_Resize); this.ResumeLayout(false); }
0
24. Example
View licenseprivate void InitializeComponent() { SuspendLayout(); // // CustomComboBox // KeyDown += CustomComboBox_KeyDown; ResumeLayout(false); }
0
25. Example
View licenseprivate void InitializeComponent() { SuspendLayout(); // // CustomComboBox // KeyDown += CustomComboBox_KeyDown; ResumeLayout(false); }
0
26. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); this.ResumeLayout(false); }
0
27. Example
View licenseprivate void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // timer1 // this.timer1.Interval = 250; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // WebCamCapture // this.Name = "WebCamCapture"; this.Size = new System.Drawing.Size(342, 252); this.ResumeLayout(false); }
0
28. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.SystemColors.Window; this.Margin = new System.Windows.Forms.Padding(0); this.Name = "ToolWindowContainer"; this.Size = new System.Drawing.Size(0, 0); this.ResumeLayout(false); }
0
29. Example
View licenseprotected virtual void Initialize() { SuspendLayout(); DoubleBuffered = true; ClientWidth = this.ClientRectangle.Width; ClientHeight = this.ClientRectangle.Height; bmp = new Bitmap(ClientWidth, ClientHeight, PixelFormat.Format32bppArgb); SelectedColor = Color.Red; DrawStyle = DrawStyle.Hue; mouseMoveTimer = new Timer(); mouseMoveTimer.Interval = 10; mouseMoveTimer.Tick += new EventHandler(MouseMoveTimer_Tick); ClientSizeChanged += new EventHandler(EventClientSizeChanged); MouseDown += new MouseEventHandler(EventMouseDown); MouseEnter += new EventHandler(EventMouseEnter); MouseUp += new MouseEventHandler(EventMouseUp); Paint += new PaintEventHandler(EventPaint); ResumeLayout(false); }
0
30. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // MaterialForm // mLastState = this.WindowState; this.ClientSize = new System.Drawing.Size(284, 262); this.Name = "MaterialForm"; this.ResumeLayout(false); }
0
31. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // WindowFinder // this.BackgroundImage = global::FunctionHacker.Properties.Resources.scope; this.Name = "WindowFinder"; this.Size = new System.Drawing.Size(32, 32); this.ResumeLayout(false); }
0
32. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // WindowFinder // this.BackgroundImage = global::Function_Debugger.Properties.Resources.scope; this.Name = "WindowFinder"; this.Size = new System.Drawing.Size(32, 32); this.ResumeLayout(false); }
0
33. Example
View licenseprivate void ResumeMdiClientLayout(bool perform) { if (GetMdiClientController().MdiClient != null) GetMdiClientController().MdiClient.ResumeLayout(perform); }
0
34. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // shellTextBox // this.BackColor = System.Drawing.Color.Black; this.Dock = System.Windows.Forms.DockStyle.Fill; this.ForeColor = System.Drawing.Color.LawnGreen; this.Location = new System.Drawing.Point(0, 0); this.MaxLength = 0; this.Multiline = true; this.Name = "shellTextBox"; this.AcceptsTab = true; this.AcceptsReturn = true; this.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.Size = new System.Drawing.Size(400, 176); this.TabIndex = 0; this.Text = ""; this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.shellTextBox_KeyPress); this.KeyDown += new KeyEventHandler(ShellControl_KeyDown); // // ShellControl // this.Name = "ShellTextBox"; this.Size = new System.Drawing.Size(400, 176); this.ResumeLayout(false); }
0
35. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // AlphaColorPicker // this.MaximumSize = new System.Drawing.Size(16, 16); this.MinimumSize = new System.Drawing.Size(16, 16); this.Name = "AlphaColorPicker"; this.Size = new System.Drawing.Size(16, 16); this.ResumeLayout(false); }
0
36. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); this.ResumeLayout(false); }
0
37. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // ClassDialog // this.ClientSize = new System.Drawing.Size(284, 262); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ClassDialog"; this.ResumeLayout(false); }
0
38. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // WinSoundServerSysTray // this.ClientSize = new System.Drawing.Size(284, 262); this.Name = "WinSoundServerSysTray"; this.ResumeLayout(false); }
0
39. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // ViewSwitcher // this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(733, 386); this.ControlBox = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ViewSwitcher"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.ResumeLayout(false); }
0
40. Example
View licenseprivate void InitializeComponent() { SuspendLayout(); // // WizardPage // Name = "WizardPage"; Size = new Size(593, 452); ResumeLayout(false); }
0
41. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // ImageListPopup // this.ClientSize = new System.Drawing.Size(284, 262); this.Name = "ImageListPopup"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.ResumeLayout(false); }
0
42. Example
View licenseprivate void ResumeMdiClientLayout(bool perform) { if (GetMdiClientController().MdiClient != null) GetMdiClientController().MdiClient.ResumeLayout(perform); }
0
43. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // FloatWindow // this.ClientSize = new System.Drawing.Size(292, 273); this.KeyPreview = true; this.Name = "FloatWindow"; this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FloatWindow_KeyUp); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FloatWindow_KeyDown); this.ResumeLayout(false); }
0
44. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // Workbench // this.ClientSize = new System.Drawing.Size(792, 566); this.Name = "Workbench"; this.ResumeLayout(false); }
0
45. Example
View licenseprivate void MainWindow_Shown(object sender, EventArgs e) { _setMan.Selected.SendUpdates(); // Work around a bug in Object list view try { ResumeLayout(); } catch (ObjectDisposedException) { Application.DoEvents(); ResumeLayout(); } _listView.InitiateListRefresh(); settingsSidebarPanel.Width = propertiesSidebar.GetSuggestedWidth() + settingsSidebarPanel.Padding.Left + settingsSidebarPanel.Padding.Right; }
0
46. Example
View licenseprivate void InitializeComponent() { SuspendLayout(); // // NewRaceInputBox // ClientSize = new Size(284, 317); Name = "NewRaceInputBox"; ResumeLayout(false); }
0
47. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // PageDrawing // this.Name = "PageDrawing"; this.ResumeLayout(false); }
0
48. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // Form1 // this.ClientSize = new System.Drawing.Size(292, 266); this.Name = "Databinding tests"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); }
0
49. Example
View licenseprivate void InitializeComponent() { this.SuspendLayout(); // // Form1 // this.ClientSize = new System.Drawing.Size(292, 266); this.Name = "Databinding tests"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); }
0
50. Example
View licenseprivate void InitializeComponent() { this._OutputTextView = new RichTextBoxEx(); this.SuspendLayout(); // // _OutputTextView // this._OutputTextView.DetectUrls = false; this._OutputTextView.Dock = System.Windows.Forms.DockStyle.Fill; this._OutputTextView.HideSelection = false; this._OutputTextView.Name = "_OutputTextView"; this._OutputTextView.ReadOnly = true; this._OutputTextView.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this._OutputTextView.ShowSelectionMargin = true; this._OutputTextView.TabIndex = 0; this.ResumeLayout(false); }