Gets a value indicating whether the form can use all windows and user input events without restriction.
Documentation for this section has not yet been entered.
The Form.IsRestrictedWindow property determines whether the System.Security.Permissions.UIPermissionWindow.AllWindows permission is granted. This property is set at run time in the form's constructor, and is cached for the lifetime of the form. Windows Forms applications running in partial trust cannot circumvent this check, as the common language runtime ensures that the parent constructor is always called in partial trust.