Enum WindowAttribute
Used to set window related attributes.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum WindowAttribute
Fields
Name | Description |
---|---|
AutoIconify | Specifies whether the full screen window will automatically iconify and restore
the previous video mode on input focus loss.
Possible values are |
Decorated | Indicates whether the specified window has decorations such as a border,a close widget, etc. This is set on creation with the window hint with the same name. |
Floating | Indicates whether the specified window is floating, also called topmost or always-on-top. This is controlled by the window hint with the same name. |
FocusOnShow | Specifies whether the window will be given input focus when ShowWindow(Window*) is called.
Possible values are |
Resizable | Indicates whether the specified window is resizable by the user. This is set on creation with the window hint with the same name. |