Share via


ISupportStarLayout.UnregisterStarLayoutProvider Method

Removes an element from participation in the star layout.

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

Syntax

'Declaration
Sub UnregisterStarLayoutProvider ( _
    starLayoutInfoProvider As IProvideStarLayoutInfoBase _
)
void UnregisterStarLayoutProvider(
    IProvideStarLayoutInfoBase starLayoutInfoProvider
)
void UnregisterStarLayoutProvider(
    IProvideStarLayoutInfoBase^ starLayoutInfoProvider
)
abstract UnregisterStarLayoutProvider : 
        starLayoutInfoProvider:IProvideStarLayoutInfoBase -> unit 
function UnregisterStarLayoutProvider(
    starLayoutInfoProvider : IProvideStarLayoutInfoBase
)

Parameters

.NET Framework Security

See Also

Reference

ISupportStarLayout Interface

Microsoft.Windows.Controls.Ribbon.Primitives Namespace