---
title: canBecomeVisibleWithoutLogin
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/canbecomevisiblewithoutlogin
---

# canBecomeVisibleWithoutLogin

A Boolean value that indicates whether the window can be displayed at the login window.

## Declaration

```swift
var canBecomeVisibleWithoutLogin: Bool { get set }
```

## Discussion

Discussion The value of this property is true when the window can be displayed at the login window; otherwise, false. By default, the value is false.

## See Also

### Accessing Window Information

- [depthLimit](appkit/nswindow/depthlimit.md)
- [hasDynamicDepthLimit](appkit/nswindow/hasdynamicdepthlimit.md)
- [defaultDepthLimit](appkit/nswindow/defaultdepthlimit.md)
- [windowNumber](appkit/nswindow/windownumber.md)
- [windowNumbers(options:)](appkit/nswindow/windownumbers(options:).md)
- [deviceDescription](appkit/nswindow/devicedescription.md)
- [NSDeviceDescriptionKey](appkit/nsdevicedescriptionkey.md)
- [sharingType](appkit/nswindow/sharingtype-swift.property.md)
- [backingType](appkit/nswindow/backingtype.md)
- [displayLink(target:selector:)](appkit/nswindow/displaylink(target:selector:).md)
