[This is preliminary documentation and is subject to change.]

Determines if the user is logged in on a popup window (no buttons, address bar etc.)

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsLoginPopup { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsLoginPopup As Boolean
Visual C++
public:
static property bool IsLoginPopup {
	bool get ();
}

See Also