Enum WSE
Window extended styles.
[Flags]
public enum WSE : uint
Remarks
Reference: Extended Window Styles.
Here names are without prefix WS_EX_. For example, instead of WS_EX_TOOLWINDOW use WSE.TOOLWINDOW. Not included constants that are 0 (eg WS_EX_LEFT).
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| ACCEPTFILES | |
| APPWINDOW | |
| CLIENTEDGE | |
| COMPOSITED | |
| CONTEXTHELP | |
| CONTROLPARENT | |
| DLGMODALFRAME | |
| LAYERED | |
| LAYOUTRTL | |
| LEFTSCROLLBAR | |
| MDICHILD | |
| NOACTIVATE | |
| NOINHERITLAYOUT | |
| NOPARENTNOTIFY | |
| NOREDIRECTIONBITMAP | |
| RIGHT | |
| RTLREADING | |
| STATICEDGE | |
| TOOLWINDOW | |
| TOPMOST | |
| TRANSPARENT | |
| WINDOWEDGE |