ActionsPane.ResumeLayout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resumes the usual layout logic.
Overloads
ResumeLayout(Boolean) |
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. |
ResumeLayout() |
Resumes usual layout logic. |
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.ResumeLayout method. For more information about using this method, see System.Windows.Forms.Control.ResumeLayout.
ResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
public:
void ResumeLayout(bool performLayout);
public void ResumeLayout (bool performLayout);
abstract member ResumeLayout : bool -> unit
Public Sub ResumeLayout (performLayout As Boolean)
Parameters
- performLayout
- Boolean
true
to execute pending layout requests; otherwise, false
.
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.ResumeLayout(Boolean) method. For more information about using this method, see System.Windows.Forms.Control.ResumeLayout(Boolean).
Applies to
ResumeLayout()
Resumes usual layout logic.
public:
void ResumeLayout();
public void ResumeLayout ();
abstract member ResumeLayout : unit -> unit
Public Sub ResumeLayout ()
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.ResumeLayout() method. For more information about using this method, see System.Windows.Forms.Control.ResumeLayout().