RibbonDialogLauncher.ResumeLayout Method

Definition

Reverses the effect of the SuspendLayout() method.

public:
 void ResumeLayout();
public void ResumeLayout ();
abstract member ResumeLayout : unit -> unit
Public Sub ResumeLayout ()

Remarks

Every time SuspendLayout is called, an internal counter is incremented. ResumeLayout decrements this same counter. When this internal counter becomes equal to zero, Microsoft Office redraws the control.

Applies to