Dela via


RibbonMenuItemsPanel.IsStarLayoutPass Property

Gets a value that indicates whether the current layout pass is after the star layout pass.

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

Syntax

'Declaration
Public ReadOnly Property IsStarLayoutPass As Boolean
public bool IsStarLayoutPass { get; }
public:
virtual property bool IsStarLayoutPass {
    bool get () sealed;
}
abstract IsStarLayoutPass : bool
override IsStarLayoutPass : bool
final function get IsStarLayoutPass () : boolean

Property Value

Type: System.Boolean
true if the current pass is a star layout pass; otherwise, false.

Implements

ISupportStarLayout.IsStarLayoutPass

.NET Framework Security

See Also

Reference

RibbonMenuItemsPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace