Contents

NSBorderlessWindowMask

The window displays none of the usual peripheral elements.

Declaration

static const NSWindowStyleMask NSBorderlessWindowMask;

Discussion

Useful only for display or caching purposes. A window that uses NSBorderlessWindowMask can’t become key or main, unless the value of canBecomeKey or canBecomeMain is true. Note that you can set a window’s or panel’s style mask to NSBorderlessWindowMask in Interface Builder by deselecting Title Bar in the Appearance section of the Attributes inspector.

See Also

Deprecated