WINDOW_STYLES Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
MAXIMIZEBOX 65536
MINIMIZEBOX 131072
SIZEBOX 262144
SYS_MENU 524288
[Flags]
 public enum WINDOW_STYLES : uint
 {
     MAXIMIZEBOX = 0x10000,
     MINIMIZEBOX = 0x20000,
     SIZEBOX = 0x40000,
     SYS_MENU = 0x80000
 }
					
This language is not supported or no code example is available.

In this article

Definition