UIPermissionWindow Enumeration
.NET Framework (current version)
Specifies the type of windows that code is allowed to use.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| AllWindows | Users can use all windows and user input events without restriction. | |
| NoWindows | Users cannot use any windows or user interface events. No user interface can be used. | |
| SafeSubWindows | Users can only use SafeSubWindows for drawing, and can only use user input events for user interface within that subwindow. Examples of SafeSubWindows are a MessageBox, common dialog controls, and a control displayed within a browser. | |
| SafeTopLevelWindows | Users can only use SafeTopLevelWindows and SafeSubWindows for drawing, and can only use user input events for the user interface within those top-level windows and subwindows. |
This enumeration is used by UIPermission.
.NET Framework
Available since 1.1
Available since 1.1
Show: