RibbonBase.PerformDynamicLayout 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.
Calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl method of the parent control if the RibbonComponent of the RibbonBase has a dynamic parent, such as a dynamic menu, and layout is not suspended.
public:
void PerformDynamicLayout();
public void PerformDynamicLayout ();
member this.PerformDynamicLayout : unit -> unit
Public Sub PerformDynamicLayout ()
Remarks
If the parent is not dynamic, this method calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl
method of the current control if the layout is not suspended.