Dela via


ISupportStarLayout.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
ReadOnly Property IsStarLayoutPass As Boolean
bool IsStarLayoutPass { get; }
property bool IsStarLayoutPass {
    bool get ();
}
abstract IsStarLayoutPass : bool
function get IsStarLayoutPass () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

ISupportStarLayout Interface

Microsoft.Windows.Controls.Ribbon.Primitives Namespace