Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.