Freigeben über


SPContext.IsPopUI-Eigenschaft

Ruft einen Wert, der angibt, ob die aktuelle Anforderung für eine Seite, die ein Popup-Dialogfeld in der Benutzeroberfläche (UI) darstellt.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsPopUI As Boolean
    Get
'Usage
Dim instance As SPContext
Dim value As Boolean

value = instance.IsPopUI
public bool IsPopUI { get; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die Seite als Popup-Dialogfeld verwendet wird; andernfalls false.

Siehe auch

Referenz

SPContext Klasse

SPContext-Member

Microsoft.SharePoint-Namespace