Table of Contents

Enum NSWindowLevel

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll

Defines the stacking level (Z-order) of an NSWindow.

public enum NSWindowLevel

Fields

Floating = 3

Floating utility panels (inspectors, palettes).

ModalPanel = 8

Modal panels presented above normal and floating windows.

Normal = 0

Normal application window level.

ScreenSaver = 1000

Windows shown during screen saver mode. Use with extreme caution.

StatusBar = 25

Status bar and menu-related windows.

Remarks

NSInteger - treat as nint