RibbonComponent.PerformDynamicLayout Method

Definition

Calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl method of the parent control if the RibbonComponent has a dynamic parent, such as a dynamic menu, and layout is not suspended.

public:
 void PerformDynamicLayout();
public void PerformDynamicLayout ();
abstract member 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.

Applies to