enum WindowFlags : System.Enum

robot_2Generated
code_blocksInput

Description

The WindowFlags enumeration in the Editor namespace is used to specify various window properties and behaviors in the s&box editor environment. This enum is marked with the FlagsAttribute, allowing for a bitwise combination of its member values.

Members

Static Fields

Member NameSummary
WidgetRepresents a widget window type.
WindowRepresents a standard window type.
DialogRepresents a dialog window type.
SheetRepresents a sheet window type.
PopupRepresents a popup window type.
ToolRepresents a tool window type.
ToolTipRepresents a tooltip window type.
SplashScreenRepresents a splash screen window type.
DesktopRepresents a desktop window type.
SubWindowRepresents a subwindow type.
ForeignWindowRepresents a foreign window type.
WindowType_MaskMask for window type flags.
MSWindowsFixedSizeDialogHintHint for fixed size dialogs on Windows.
MSWindowsOwnDCHint for Windows to own device context.
BypassWindowManagerHintHint to bypass the window manager.
X11BypassWindowManagerHintHint to bypass the window manager on X11.
FramelessWindowHintHint for a frameless window.
WindowTitleIndicates the window has a title.
WindowSystemMenuHintHint for a system menu in the window.
MinimizeButtonIndicates the window has a minimize button.
MaximizeButtonIndicates the window has a maximize button.
MinMaxButtonsIndicates the window has both minimize and maximize buttons.
WindowContextHelpButtonHintHint for a context help button in the window.
WindowShadeButtonHintHint for a shade button in the window.
WindowStaysOnTopHintHint for the window to stay on top.
WindowTransparentForInputHint for the window to be transparent for input.
WindowOverridesSystemGesturesHint for the window to override system gestures.
WindowDoesNotAcceptFocusHint for the window to not accept focus.
MaximizeUsingFullscreenGeometryHintHint to maximize using fullscreen geometry.
CustomizedIndicates the window is customized.
WindowStaysOnBottomHintHint for the window to stay on the bottom.
CloseButtonIndicates the window has a close button.
MacWindowToolBarButtonHintHint for a toolbar button on Mac.
BypassGraphicsProxyWidgetHint to bypass the graphics proxy widget.
NoDropShadowWindowHintHint for the window to have no drop shadow.