Share via


ISupportStarLayout.RegisterStarLayoutProvider Method

Registers an element to participate in the star layout.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ISupportStarLayout Interface

Microsoft.Windows.Controls.Ribbon.Primitives Namespace