[To be supplied.]
[Visual Basic] Public Enum UIPermissionWindow [C#] public enum UIPermissionWindow [C++] public enum UIPermissionWindow
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
AllWindows | Users can use all windows and user input events without restriction. |
NoWindows | Users have no ability to use any windows or user interface events. Restricted to being UI-less. |
SafeSubWindows | Users can only use safe subwindows for drawing and user input events for user interface. |
SafeTopLevelWindows | Users can only use "safe" top-level windows for drawing and user input events for user interface. Special "safe" windows for use by partially trusted code are guaranteed to be clearly labeled, have minimum and maximum size restrictions. These restrictions prevent potentially malicious code from spoofing, such as imitating trusted system dialogs. |
Namespace: System.Security.Permissions
Assembly: mscorlib.dll