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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.