RibbonComponent.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.
Overloads
ResumeLayout() |
Reverses the effect of the SuspendLayout() method. |
ResumeLayout(Boolean) |
Reverses the effect of the SuspendLayout() method. |
ResumeLayout()
ResumeLayout(Boolean)
Reverses the effect of the SuspendLayout() method.
public void ResumeLayout (bool performLayout);
Parameters
- performLayout
- Boolean
true
to call the PerformLayout() method. false
to enable UI refreshes without calling PerformLayout().