WebAddInInfo.Popup Property
Indicates whether the content page should be opened by in a popup window.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public bool Popup { get; set; }
public:
property bool Popup {
bool get();
void set(bool value);
}
Public Property Popup As Boolean
Property Value
Type: System.Boolean
true if the content page is opened in a popup window; otherwise, false.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top