Share via


RibbonGroupsPanel.UnregisterStarLayoutProvider Method

Removes an element from participation in the star layout.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Sub UnregisterStarLayoutProvider ( _
    starLayoutInfoProvider As IProvideStarLayoutInfoBase _
)
public void UnregisterStarLayoutProvider(
    IProvideStarLayoutInfoBase starLayoutInfoProvider
)
public:
virtual void UnregisterStarLayoutProvider(
    IProvideStarLayoutInfoBase^ starLayoutInfoProvider
) sealed
abstract UnregisterStarLayoutProvider : 
        starLayoutInfoProvider:IProvideStarLayoutInfoBase -> unit 
override UnregisterStarLayoutProvider : 
        starLayoutInfoProvider:IProvideStarLayoutInfoBase -> unit 
public final function UnregisterStarLayoutProvider(
    starLayoutInfoProvider : IProvideStarLayoutInfoBase
)

Parameters

Implements

ISupportStarLayout.UnregisterStarLayoutProvider(IProvideStarLayoutInfoBase)

.NET Framework Security

See Also

Reference

RibbonGroupsPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace