OfficeRibbon.PerformLayout Method (2007 System)
Refreshes the Ribbon user interface.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Overrides Sub PerformLayout
'Usage
Dim instance As OfficeRibbon
instance.PerformLayout()
public override void PerformLayout()
public:
virtual void PerformLayout() override
public override function 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.