Share via


RibbonGroupsPanel.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 Property IsStarLayoutPass As Boolean
public bool IsStarLayoutPass { get; private set; }
public:
virtual property bool IsStarLayoutPass {
    bool get () sealed;
    private: void set (bool value) sealed;
}
abstract IsStarLayoutPass : bool with get, private set
override IsStarLayoutPass : bool with get, private set
final function get IsStarLayoutPass () : boolean
private final function set IsStarLayoutPass (value : 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

RibbonGroupsPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace