UrlContext Enumeration
Represents the enumeration for the URL context. These values are taken into account in the decision of whether to display a pop-up window.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As UrlContext
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration UrlContext
[FlagsAttribute]
public enum UrlContext
[FlagsAttribute]
public enum class UrlContext
/** @attribute FlagsAttribute() */
public enum UrlContext
FlagsAttribute
public enum UrlContext
Members
Member name | Description |
---|---|
FromProxy | Specifies that the NewWindow method is being called through a marshalled Component Object Model (COM) proxy from another thread. |
HtmlDialog | Specifies that the new window is a dialog box that displays HTML content. |
None | Specifies that there is no information. |
OverrideKey | Specifies that the override key (ALT) was pressed.. |
ShowHelp | Specifies that the new window attempting to load is the result of a call to the ShowHelp method. |
Unloading | Specifies that the page is unloading. |
UserFirstInited | Specifies that the call to new window is the first query that results from this user-initiated action. |
UserInited | Specifies whether the call to new window is a direct or indirect result of the user-initiated action (a mouse click or key press). |
Platforms
See Also
Reference
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.