RibbonBase.PerformLayout Method
Refreshes the Ribbon user interface.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Syntax
'Declaration
Public Sub PerformLayout
public void PerformLayout()
Remarks
This method is called by the ResumeLayout method.
Internally, this method calls the Microsoft.Office.Core.IRibbonUI.Invalidate method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.