RibbonBase.PerformLayout Method

Definition

Refreshes the Ribbon user interface.

public:
 void PerformLayout();
public void PerformLayout ();
member this.PerformLayout : unit -> unit
Public Sub PerformLayout ()

Remarks

This method is called by the ResumeLayout method.

Internally, this method calls the Microsoft.Office.Core.IRibbonUI.Invalidate method.

Applies to