RibbonBase.PerformLayout 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.
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.